Html Css Color HEX #CA404C Brick Red

📋 copy color: '#CA404C'

red 202 ◦ green 64 ◦ blue 76

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

Shades of Brick Red #CA404C

Tints of Brick Red #CA404C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 22.22%

R = 59.06%
G = 18.71%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.62

 K value IS 0.21

RGB Variations

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

Color information

#CA404C (or 0xCA404C) is known color: Brick Red. HEX triplet: CA, 40 and 4C. RGB value is (202,64,76). Sum of RGB (Red+Green+Blue) = 202+64+76=342 (45% of max value = 765). Red value is 202 (79.30% from 255 or 59.06% from 342); Green value is 64 (25.39% from 255 or 18.71% from 342); Blue value is 76 (30.08% from 255 or 22.22% from 342); Max value from RGB is 202 - color contains mainly: red. Hex color #CA404C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA404C is #35BFB3. Grayscale: #6A6A6A. Windows color (decimal): -3522484 or 4997322. OLE color: 4997322.

HSL color Cylindrical-coordinate representation of color #CA404C: hue angle of 354.78º 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 #CA404C is Cyan = 0, Magento = 0.68, Yellow = 0.62 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 64 76 -
CMYK 0 0.68 0.62 0.21
HSL 354.78º 0.57% 0.52% -
HSV(B) 354.78º 0.68% 0.79% -
XYZ 27.5 16.75 8.62 -
YUV 106.63 110.72 196.02 -
System Red Green Blue C M Y K H S L
Decimal 202 64 76 0 0.68 0.62 0.21 354.78 0.57 0.52
Hex CA 40 4C 0 44 3E 15 163 39 34
Octal 312 100 114 0 104 76 25 543 71 64
Binary 11001010 1000000 1001100 0 1000100 111110 10101 101100011 111001 110100

Color Harmonies of #CA404C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA404C

Black with #CA404C

Text Example


Text Example

White with #CA404C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA404C; }

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

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

background-color css

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

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

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

border-color css

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

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

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