Html Css Color HEX #CA1812 Fire Brick

📋 copy color: '#CA1812'

red 202 ◦ green 24 ◦ blue 18

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

Shades of Fire Brick #CA1812

Tints of Fire Brick #CA1812

RGB

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

 GREEN value IS 24 (9.77% from 255) = 9.84%

 BLUE value IS 18 (7.42% from 255) = 7.38%

R = 82.79%
G = 9.84%
B = 7.38%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.91

 K value IS 0.21

RGB Variations

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

Color information

#CA1812 (or 0xCA1812) is known color: Fire Brick. HEX triplet: CA, 18 and 12. RGB value is (202,24,18). Sum of RGB (Red+Green+Blue) = 202+24+18=244 (32% of max value = 765). Red value is 202 (79.30% from 255 or 82.79% from 244); Green value is 24 (9.77% from 255 or 9.84% from 244); Blue value is 18 (7.42% from 255 or 7.38% from 244); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1812 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CA1812 is #35E7ED. Grayscale: #4C4C4C. Windows color (decimal): -3532782 or 1185994. OLE color: 1185994.

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

Color convert

RGB 202 24 18 -
CMYK 0 0.88 0.91 0.21
HSL 1.96º 0.84% 0.43% -
HSV(B) 1.96º 0.91% 0.79% -
XYZ 24.79 13.25 1.82 -
YUV 76.54 94.97 217.49 -
System Red Green Blue C M Y K H S L
Decimal 202 24 18 0 0.88 0.91 0.21 1.96 0.84 0.43
Hex CA 18 12 0 58 5B 15 2 54 2B
Octal 312 30 22 0 130 133 25 2 124 53
Binary 11001010 11000 10010 0 1011000 1011011 10101 10 1010100 101011

Color Harmonies of #CA1812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA1812

Black with #CA1812

Text Example


Text Example

White with #CA1812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA1812; }

 p { color: rgb(202,24,18); }

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

background-color css

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

 a { background-color: rgb(202,24,18); }

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

border-color css

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

 span { border-color: rgb(202,24,18); }

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