Html Css Color HEX #CA4049 Brick Red

📋 copy color: '#CA4049'

red 202 ◦ green 64 ◦ blue 73

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

Shades of Brick Red #CA4049

Tints of Brick Red #CA4049

RGB

 RED value IS 202 (79.3% from 255) = 59.59%

 GREEN value IS 64 (25.39% from 255) = 18.88%

 BLUE value IS 73 (28.91% from 255) = 21.53%

R = 59.59%
G = 18.88%
B = 21.53%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.64

 K value IS 0.21

RGB Variations

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

Color information

#CA4049 (or 0xCA4049) is known color: Brick Red. HEX triplet: CA, 40 and 49. RGB value is (202,64,73). Sum of RGB (Red+Green+Blue) = 202+64+73=339 (44% of max value = 765). Red value is 202 (79.30% from 255 or 59.59% from 339); Green value is 64 (25.39% from 255 or 18.88% from 339); Blue value is 73 (28.91% from 255 or 21.53% from 339); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4049 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA4049 is #35BFB6. Grayscale: #6A6A6A. Windows color (decimal): -3522487 or 4800714. OLE color: 4800714.

HSL color Cylindrical-coordinate representation of color #CA4049: hue angle of 356.09º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CA4049 is Cyan = 0, Magento = 0.68, Yellow = 0.64 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 64 73 -
CMYK 0 0.68 0.64 0.21
HSL 356.09º 0.57% 0.52% -
HSV(B) 356.09º 0.68% 0.79% -
XYZ 27.39 16.7 8.08 -
YUV 106.29 109.22 196.27 -
System Red Green Blue C M Y K H S L
Decimal 202 64 73 0 0.68 0.64 0.21 356.09 0.57 0.52
Hex CA 40 49 0 44 40 15 164 39 34
Octal 312 100 111 0 104 100 25 544 71 64
Binary 11001010 1000000 1001001 0 1000100 1000000 10101 101100100 111001 110100

Color Harmonies of #CA4049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA4049

Black with #CA4049

Text Example


Text Example

White with #CA4049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA4049; }

 p { color: rgb(202,64,73); }

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

background-color css

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

 a { background-color: rgb(202,64,73); }

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

border-color css

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

 span { border-color: rgb(202,64,73); }

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