Html Css Color HEX #CA2149 Brick Red

📋 copy color: '#CA2149'

red 202 ◦ green 33 ◦ blue 73

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

Shades of Brick Red #CA2149

Tints of Brick Red #CA2149

RGB

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

 GREEN value IS 33 (13.28% from 255) = 10.71%

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

R = 65.58%
G = 10.71%
B = 23.7%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.64

 K value IS 0.21

RGB Variations

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

Color information

#CA2149 (or 0xCA2149) is known color: Brick Red. HEX triplet: CA, 21 and 49. RGB value is (202,33,73). Sum of RGB (Red+Green+Blue) = 202+33+73=308 (40% of max value = 765). Red value is 202 (79.30% from 255 or 65.58% from 308); Green value is 33 (13.28% from 255 or 10.71% from 308); Blue value is 73 (28.91% from 255 or 23.70% from 308); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2149 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA2149 is #35DEB6. Grayscale: #585858. Windows color (decimal): -3530423 or 4792778. OLE color: 4792778.

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

Color convert

RGB 202 33 73 -
CMYK 0 0.84 0.64 0.21
HSL 345.8º 0.72% 0.46% -
HSV(B) 345.8º 0.84% 0.79% -
XYZ 26.1 14.13 7.65 -
YUV 88.09 119.49 209.25 -
System Red Green Blue C M Y K H S L
Decimal 202 33 73 0 0.84 0.64 0.21 345.8 0.72 0.46
Hex CA 21 49 0 54 40 15 15A 48 2E
Octal 312 41 111 0 124 100 25 532 110 56
Binary 11001010 100001 1001001 0 1010100 1000000 10101 101011010 1001000 101110

Color Harmonies of #CA2149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA2149

Black with #CA2149

Text Example


Text Example

White with #CA2149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA2149; }

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

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

background-color css

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

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

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

border-color css

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

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

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