Html Css Color HEX #CC3A45 Brick Red

📋 copy color: '#CC3A45'

red 204 ◦ green 58 ◦ blue 69

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

Shades of Brick Red #CC3A45

Tints of Brick Red #CC3A45

RGB

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

 GREEN value IS 58 (23.05% from 255) = 17.52%

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

R = 61.63%
G = 17.52%
B = 20.85%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.66

 K value IS 0.2

RGB Variations

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

Color information

#CC3A45 (or 0xCC3A45) is known color: Brick Red. HEX triplet: CC, 3A and 45. RGB value is (204,58,69). Sum of RGB (Red+Green+Blue) = 204+58+69=331 (43% of max value = 765). Red value is 204 (80.08% from 255 or 61.63% from 331); Green value is 58 (23.05% from 255 or 17.52% from 331); Blue value is 69 (27.34% from 255 or 20.85% from 331); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3A45 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC3A45 is #33C5BA. Grayscale: #676767. Windows color (decimal): -3392955 or 4537036. OLE color: 4537036.

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

Color convert

RGB 204 58 69 -
CMYK 0 0.72 0.66 0.2
HSL 355.48º 0.59% 0.51% -
HSV(B) 355.48º 0.72% 0.8% -
XYZ 27.49 16.29 7.33 -
YUV 102.91 108.87 200.11 -
System Red Green Blue C M Y K H S L
Decimal 204 58 69 0 0.72 0.66 0.2 355.48 0.59 0.51
Hex CC 3A 45 0 48 42 14 163 3B 33
Octal 314 72 105 0 110 102 24 543 73 63
Binary 11001100 111010 1000101 0 1001000 1000010 10100 101100011 111011 110011

Color Harmonies of #CC3A45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3A45

Black with #CC3A45

Text Example


Text Example

White with #CC3A45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC3A45; }

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

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

background-color css

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

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

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

border-color css

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

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

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