Html Css Color HEX #CA404A Brick Red

📋 copy color: '#CA404A'

red 202 ◦ green 64 ◦ blue 74

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

Shades of Brick Red #CA404A

Tints of Brick Red #CA404A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 21.76%

R = 59.41%
G = 18.82%
B = 21.76%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.63

 K value IS 0.21

RGB Variations

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

Color information

#CA404A (or 0xCA404A) is known color: Brick Red. HEX triplet: CA, 40 and 4A. RGB value is (202,64,74). Sum of RGB (Red+Green+Blue) = 202+64+74=340 (45% of max value = 765). Red value is 202 (79.30% from 255 or 59.41% from 340); Green value is 64 (25.39% from 255 or 18.82% from 340); Blue value is 74 (29.30% from 255 or 21.76% from 340); Max value from RGB is 202 - color contains mainly: red. Hex color #CA404A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA404A is #35BFB5. Grayscale: #6A6A6A. Windows color (decimal): -3522486 or 4866250. OLE color: 4866250.

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

Color convert

RGB 202 64 74 -
CMYK 0 0.68 0.63 0.21
HSL 355.65º 0.57% 0.52% -
HSV(B) 355.65º 0.68% 0.79% -
XYZ 27.43 16.72 8.26 -
YUV 106.4 109.72 196.19 -
System Red Green Blue C M Y K H S L
Decimal 202 64 74 0 0.68 0.63 0.21 355.65 0.57 0.52
Hex CA 40 4A 0 44 3F 15 164 39 34
Octal 312 100 112 0 104 77 25 544 71 64
Binary 11001010 1000000 1001010 0 1000100 111111 10101 101100100 111001 110100

Color Harmonies of #CA404A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA404A

Black with #CA404A

Text Example


Text Example

White with #CA404A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA404A; }

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

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

background-color css

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

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

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

border-color css

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

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

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