Html Css Color HEX #CA2E3C Brick Red

📋 copy color: '#CA2E3C'

red 202 ◦ green 46 ◦ blue 60

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

Shades of Brick Red #CA2E3C

Tints of Brick Red #CA2E3C

RGB

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

 GREEN value IS 46 (18.36% from 255) = 14.94%

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

R = 65.58%
G = 14.94%
B = 19.48%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.70

 K value IS 0.21

RGB Variations

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

Color information

#CA2E3C (or 0xCA2E3C) is known color: Brick Red. HEX triplet: CA, 2E and 3C. RGB value is (202,46,60). Sum of RGB (Red+Green+Blue) = 202+46+60=308 (40% of max value = 765). Red value is 202 (79.30% from 255 or 65.58% from 308); Green value is 46 (18.36% from 255 or 14.94% from 308); Blue value is 60 (23.83% from 255 or 19.48% from 308); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2E3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA2E3C is #35D1C3. Grayscale: #5E5E5E. Windows color (decimal): -3527108 or 3944138. OLE color: 3944138.

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

Color convert

RGB 202 46 60 -
CMYK 0 0.77 0.70 0.21
HSL 354.62º 0.63% 0.49% -
HSV(B) 354.62º 0.77% 0.79% -
XYZ 26.15 14.84 5.76 -
YUV 94.24 108.68 204.86 -
System Red Green Blue C M Y K H S L
Decimal 202 46 60 0 0.77 0.70 0.21 354.62 0.63 0.49
Hex CA 2E 3C 0 4D 46 15 163 3F 31
Octal 312 56 74 0 115 106 25 543 77 61
Binary 11001010 101110 111100 0 1001101 1000110 10101 101100011 111111 110001

Color Harmonies of #CA2E3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA2E3C

Black with #CA2E3C

Text Example


Text Example

White with #CA2E3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA2E3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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