Html Css Color HEX #CC2B3B Brick Red

📋 copy color: '#CC2B3B'

red 204 ◦ green 43 ◦ blue 59

#CC2B3B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Brick Red #CC2B3B

Tints of Brick Red #CC2B3B

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 value IS 0

 M value IS 0.79

 Y value IS 0.71

 K value IS 0.2

RGB Variations

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

Color information

#CC2B3B (or 0xCC2B3B) is known color: 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

RGB 204 43 59 -
CMYK 0 0.79 0.71 0.2
HSL 354.04º 0.65% 0.48% -
HSV(B) 354.04º 0.79% 0.8% -
XYZ 26.56 14.88 5.61 -
YUV 92.96 108.84 207.2 -
System Red Green Blue C M Y K H S L
Decimal 204 43 59 0 0.79 0.71 0.2 354.04 0.65 0.48
Hex CC 2B 3B 0 4F 47 14 162 41 30
Octal 314 53 73 0 117 107 24 542 101 60
Binary 11001100 101011 111011 0 1001111 1000111 10100 101100010 1000001 110000

Color Harmonies of #CC2B3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2B3B

Black with #CC2B3B

Text Example


Text Example

White with #CC2B3B

Text Example


Text Example

HTML Codes & Css Web 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>