Html Css Color HEX #CA2B42 Brick Red

📋 copy color: '#CA2B42'

red 202 ◦ green 43 ◦ blue 66

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

Shades of Brick Red #CA2B42

Tints of Brick Red #CA2B42

RGB

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

 GREEN value IS 43 (17.19% from 255) = 13.83%

 BLUE value IS 66 (26.17% from 255) = 21.22%

R = 64.95%
G = 13.83%
B = 21.22%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.67

 K value IS 0.21

RGB Variations

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

Color information

#CA2B42 (or 0xCA2B42) is known color: Brick Red. HEX triplet: CA, 2B and 42. RGB value is (202,43,66). Sum of RGB (Red+Green+Blue) = 202+43+66=311 (41% of max value = 765). Red value is 202 (79.30% from 255 or 64.95% from 311); Green value is 43 (17.19% from 255 or 13.83% from 311); Blue value is 66 (26.17% from 255 or 21.22% from 311); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2B42 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA2B42 is #35D4BD. Grayscale: #5D5D5D. Windows color (decimal): -3527870 or 4336586. OLE color: 4336586.

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

Color convert

RGB 202 43 66 -
CMYK 0 0.79 0.67 0.21
HSL 351.32º 0.65% 0.48% -
HSV(B) 351.32º 0.79% 0.79% -
XYZ 26.2 14.68 6.61 -
YUV 93.16 112.68 205.63 -
System Red Green Blue C M Y K H S L
Decimal 202 43 66 0 0.79 0.67 0.21 351.32 0.65 0.48
Hex CA 2B 42 0 4F 43 15 15F 41 30
Octal 312 53 102 0 117 103 25 537 101 60
Binary 11001010 101011 1000010 0 1001111 1000011 10101 101011111 1000001 110000

Color Harmonies of #CA2B42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA2B42

Black with #CA2B42

Text Example


Text Example

White with #CA2B42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA2B42; }

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

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

background-color css

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

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

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

border-color css

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

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

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