Html Css Color HEX #CC2A48 Brick Red

📋 copy color: '#CC2A48'

red 204 ◦ green 42 ◦ blue 72

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

Shades of Brick Red #CC2A48

Tints of Brick Red #CC2A48

RGB

 RED value IS 204 (80.08% from 255) = 64.15%

 GREEN value IS 42 (16.8% from 255) = 13.21%

 BLUE value IS 72 (28.52% from 255) = 22.64%

R = 64.15%
G = 13.21%
B = 22.64%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.65

 K value IS 0.2

RGB Variations

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

Color information

#CC2A48 (or 0xCC2A48) is known color: Brick Red. HEX triplet: CC, 2A and 48. RGB value is (204,42,72). Sum of RGB (Red+Green+Blue) = 204+42+72=318 (42% of max value = 765). Red value is 204 (80.08% from 255 or 64.15% from 318); Green value is 42 (16.80% from 255 or 13.21% from 318); Blue value is 72 (28.52% from 255 or 22.64% from 318); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2A48 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC2A48 is #33D5B7. Grayscale: #5D5D5D. Windows color (decimal): -3397048 or 4729548. OLE color: 4729548.

HSL color Cylindrical-coordinate representation of color #CC2A48: hue angle of 348.89º degrees, saturation: 0.66, 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 #CC2A48 is Cyan = 0, Magento = 0.79, Yellow = 0.65 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 42 72 -
CMYK 0 0.79 0.65 0.2
HSL 348.89º 0.66% 0.48% -
HSV(B) 348.89º 0.79% 0.8% -
XYZ 26.9 14.96 7.6 -
YUV 93.86 115.67 206.56 -
System Red Green Blue C M Y K H S L
Decimal 204 42 72 0 0.79 0.65 0.2 348.89 0.66 0.48
Hex CC 2A 48 0 4F 41 14 15D 42 30
Octal 314 52 110 0 117 101 24 535 102 60
Binary 11001100 101010 1001000 0 1001111 1000001 10100 101011101 1000010 110000

Color Harmonies of #CC2A48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2A48

Black with #CC2A48

Text Example


Text Example

White with #CC2A48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2A48; }

 p { color: rgb(204,42,72); }

 H1.HeaderClassName
 {
   color: #CC2A48;
 }
 .AnyTagClassName
 {
   color: #CC2A48;
 }
</style>

background-color css

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

 a { background-color: rgb(204,42,72); }

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

border-color css

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

 span { border-color: rgb(204,42,72); }

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