Html Css Color HEX #CA4249 Brick Red

📋 copy color: '#CA4249'

red 202 ◦ green 66 ◦ blue 73

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

Shades of Brick Red #CA4249

Tints of Brick Red #CA4249

RGB

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

 GREEN value IS 66 (26.17% from 255) = 19.35%

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

R = 59.24%
G = 19.35%
B = 21.41%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.64

 K value IS 0.21

RGB Variations

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

Color information

#CA4249 (or 0xCA4249) is known color: Brick Red. HEX triplet: CA, 42 and 49. RGB value is (202,66,73). Sum of RGB (Red+Green+Blue) = 202+66+73=341 (45% of max value = 765). Red value is 202 (79.30% from 255 or 59.24% from 341); Green value is 66 (26.17% from 255 or 19.35% from 341); Blue value is 73 (28.91% from 255 or 21.41% from 341); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4249 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA4249 is #35BDB6. Grayscale: #6B6B6B. Windows color (decimal): -3521975 or 4801226. OLE color: 4801226.

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

Color convert

RGB 202 66 73 -
CMYK 0 0.67 0.64 0.21
HSL 356.91º 0.56% 0.53% -
HSV(B) 356.91º 0.67% 0.79% -
XYZ 27.51 16.93 8.12 -
YUV 107.46 108.56 195.43 -
System Red Green Blue C M Y K H S L
Decimal 202 66 73 0 0.67 0.64 0.21 356.91 0.56 0.53
Hex CA 42 49 0 43 40 15 165 38 35
Octal 312 102 111 0 103 100 25 545 70 65
Binary 11001010 1000010 1001001 0 1000011 1000000 10101 101100101 111000 110101

Color Harmonies of #CA4249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA4249

Black with #CA4249

Text Example


Text Example

White with #CA4249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA4249; }

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

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

background-color css

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

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

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

border-color css

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

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

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