Html Css Color HEX #CC3045 Brick Red

📋 copy color: '#CC3045'

red 204 ◦ green 48 ◦ blue 69

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

Shades of Brick Red #CC3045

Tints of Brick Red #CC3045

RGB

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

 GREEN value IS 48 (19.14% from 255) = 14.95%

 BLUE value IS 69 (27.34% from 255) = 21.5%

R = 63.55%
G = 14.95%
B = 21.5%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.66

 K value IS 0.2

RGB Variations

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

Color information

#CC3045 (or 0xCC3045) is known color: Brick Red. HEX triplet: CC, 30 and 45. RGB value is (204,48,69). Sum of RGB (Red+Green+Blue) = 204+48+69=321 (42% of max value = 765). Red value is 204 (80.08% from 255 or 63.55% from 321); Green value is 48 (19.14% from 255 or 14.95% from 321); Blue value is 69 (27.34% from 255 or 21.50% from 321); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3045 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC3045 is #33CFBA. Grayscale: #616161. Windows color (decimal): -3395515 or 4534476. OLE color: 4534476.

HSL color Cylindrical-coordinate representation of color #CC3045: hue angle of 351.92º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CC3045 is Cyan = 0, Magento = 0.76, Yellow = 0.66 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 48 69 -
CMYK 0 0.76 0.66 0.2
HSL 351.92º 0.62% 0.49% -
HSV(B) 351.92º 0.76% 0.8% -
XYZ 27.03 15.38 7.17 -
YUV 97.04 112.18 204.29 -
System Red Green Blue C M Y K H S L
Decimal 204 48 69 0 0.76 0.66 0.2 351.92 0.62 0.49
Hex CC 30 45 0 4C 42 14 160 3E 31
Octal 314 60 105 0 114 102 24 540 76 61
Binary 11001100 110000 1000101 0 1001100 1000010 10100 101100000 111110 110001

Color Harmonies of #CC3045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3045

Black with #CC3045

Text Example


Text Example

White with #CC3045

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC3045; }

 p { color: rgb(204,48,69); }

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

background-color css

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

 a { background-color: rgb(204,48,69); }

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

border-color css

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

 span { border-color: rgb(204,48,69); }

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