Html Css Color HEX #CA2C3C Brick Red

📋 copy color: '#CA2C3C'

red 202 ◦ green 44 ◦ blue 60

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

Shades of Brick Red #CA2C3C

Tints of Brick Red #CA2C3C

RGB

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

 GREEN value IS 44 (17.58% from 255) = 14.38%

 BLUE value IS 60 (23.83% from 255) = 19.61%

R = 66.01%
G = 14.38%
B = 19.61%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.70

 K value IS 0.21

RGB Variations

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

Color information

#CA2C3C (or 0xCA2C3C) is known color: Brick Red. HEX triplet: CA, 2C and 3C. RGB value is (202,44,60). Sum of RGB (Red+Green+Blue) = 202+44+60=306 (40% of max value = 765). Red value is 202 (79.30% from 255 or 66.01% from 306); Green value is 44 (17.58% from 255 or 14.38% from 306); Blue value is 60 (23.83% from 255 or 19.61% from 306); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2C3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA2C3C is #35D3C3. Grayscale: #5D5D5D. Windows color (decimal): -3527620 or 3943626. OLE color: 3943626.

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

Color convert

RGB 202 44 60 -
CMYK 0 0.78 0.70 0.21
HSL 353.92º 0.64% 0.48% -
HSV(B) 353.92º 0.78% 0.79% -
XYZ 26.07 14.68 5.74 -
YUV 93.07 109.35 205.7 -
System Red Green Blue C M Y K H S L
Decimal 202 44 60 0 0.78 0.70 0.21 353.92 0.64 0.48
Hex CA 2C 3C 0 4E 46 15 162 40 30
Octal 312 54 74 0 116 106 25 542 100 60
Binary 11001010 101100 111100 0 1001110 1000110 10101 101100010 1000000 110000

Color Harmonies of #CA2C3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA2C3C

Black with #CA2C3C

Text Example


Text Example

White with #CA2C3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA2C3C; }

 p { color: rgb(202,44,60); }

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

background-color css

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

 a { background-color: rgb(202,44,60); }

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

border-color css

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

 span { border-color: rgb(202,44,60); }

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