#CC2B3B

Color #CC2B3B Brick Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brick Red #CC2B3B

Tints of Brick Red #CC2B3B

Color information

#CC2B3B (or 0xCC2B3B) is unknown color: approx Brick Red. HEX triplet: CC, 2B and 3B. RGB value is (204,43,59). Sum of RGB (Red+Green+Blue) = 204+43+59=306 (40% of max value = 765). Red value is 204 (80.08% from 255 or 66.67% from 306); Green value is 43 (17.19% from 255 or 14.05% from 306); Blue value is 59 (23.44% from 255 or 19.28% from 306); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2B3B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC2B3B is #33D4C4. Grayscale: #5D5D5D. Windows color (decimal): -3396805 or 3877836. OLE color: 3877836.

HSL color Cylindrical-coordinate representation of color #CC2B3B: hue angle of 354.04º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CC2B3B is Cyan = 0, Magento = 0.79, Yellow = 0.71 and Black (K on CMYK) = 0.2.

Color convert

RGB2044359-
CMYK00.790.710.2
HSL354.04º65.18%48.43%-
HSV(B)354.04º78.92%80%-
XYZ26.5614.885.61-
YUV92.96108.84207.2-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 204 (80.08% from 255) = 66.67%
GREEN value IS 43 (17.19% from 255) = 14.05%
BLUE value IS 59 (23.44% from 255) = 19.28%
R=66.67%
G=14.05%
B=19.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.71
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204435900.790.710.2354.0465.1848.43
HexCC2B3B04F47141624130
Octal314537301171072454210160
Binary11001100101011111011010011111000111101001011000101000001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC2B3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC2B3B; }

 p { color: rgb(204,43,59); }

 H1.HeaderClassName
 {
   color: #CC2B3B;
 }
 .AnyTagClassName
 {
   color: #CC2B3B;
 }
</style>
background-color css

<style>
 a { background-color: #CC2B3B; }

 a { background-color: rgb(204,43,59); }

 div.DivClassName
 {
   background-color: #CC2B3B;
 }
 .BgClassName
 {
   background-color: #CC2B3B;
 }
</style>
border-color css

<style>
 span { border-color: #CC2B3B; }

 span { border-color: rgb(204,43,59); }

 td.TdClassName
 {
   border-color: #CC2B3B;
 }
 .TagClassName
 {
   border-color: #CC2B3B;
 }
</style>