Html Css Color HEX #CA404B Brick Red

📋 copy color: '#CA404B'

red 202 ◦ green 64 ◦ blue 75

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

Shades of Brick Red #CA404B

Tints of Brick Red #CA404B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 21.99%

R = 59.24%
G = 18.77%
B = 21.99%

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

#CA404B (or 0xCA404B) is known color: Brick Red. HEX triplet: CA, 40 and 4B. RGB value is (202,64,75). Sum of RGB (Red+Green+Blue) = 202+64+75=341 (45% of max value = 765). Red value is 202 (79.30% from 255 or 59.24% from 341); Green value is 64 (25.39% from 255 or 18.77% from 341); Blue value is 75 (29.69% from 255 or 21.99% from 341); Max value from RGB is 202 - color contains mainly: red. Hex color #CA404B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA404B is #35BFB4. Grayscale: #6A6A6A. Windows color (decimal): -3522485 or 4931786. OLE color: 4931786.

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

Color convert

RGB 202 64 75 -
CMYK 0 0.68 0.63 0.21
HSL 355.22º 0.57% 0.52% -
HSV(B) 355.22º 0.68% 0.79% -
XYZ 27.46 16.73 8.44 -
YUV 106.52 110.22 196.11 -
System Red Green Blue C M Y K H S L
Decimal 202 64 75 0 0.68 0.63 0.21 355.22 0.57 0.52
Hex CA 40 4B 0 44 3F 15 163 39 34
Octal 312 100 113 0 104 77 25 543 71 64
Binary 11001010 1000000 1001011 0 1000100 111111 10101 101100011 111001 110100

Color Harmonies of #CA404B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA404B

Black with #CA404B

Text Example


Text Example

White with #CA404B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA404B; }

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

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

background-color css

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

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

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

border-color css

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

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

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