Html Css Color HEX #A21D12 Fire Brick

📋 copy color: '#A21D12'

red 162 ◦ green 29 ◦ blue 18

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

Shades of Fire Brick #A21D12

Tints of Fire Brick #A21D12

RGB

 RED value IS 162 (63.67% from 255) = 77.51%

 GREEN value IS 29 (11.72% from 255) = 13.88%

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

R = 77.51%
G = 13.88%
B = 8.61%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.89

 K value IS 0.36

RGB Variations

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

Color information

#A21D12 (or 0xA21D12) is known color: Fire Brick. HEX triplet: A2, 1D and 12. RGB value is (162,29,18). Sum of RGB (Red+Green+Blue) = 162+29+18=209 (27% of max value = 765). Red value is 162 (63.67% from 255 or 77.51% from 209); Green value is 29 (11.72% from 255 or 13.88% from 209); Blue value is 18 (7.42% from 255 or 8.61% from 209); Max value from RGB is 162 - color contains mainly: red. Hex color #A21D12 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A21D12 is #5DE2ED. Grayscale: #434343. Windows color (decimal): -6152942 or 1187234. OLE color: 1187234.

HSL color Cylindrical-coordinate representation of color #A21D12: hue angle of 4.58º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A21D12 is Cyan = 0, Magento = 0.82, Yellow = 0.89 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 29 18 -
CMYK 0 0.82 0.89 0.36
HSL 4.58º 0.8% 0.35% -
HSV(B) 4.58º 0.89% 0.64% -
XYZ 15.45 8.6 1.42 -
YUV 67.51 100.06 195.39 -
System Red Green Blue C M Y K H S L
Decimal 162 29 18 0 0.82 0.89 0.36 4.58 0.8 0.35
Hex A2 1D 12 0 52 59 24 5 50 23
Octal 242 35 22 0 122 131 44 5 120 43
Binary 10100010 11101 10010 0 1010010 1011001 100100 101 1010000 100011

Color Harmonies of #A21D12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A21D12

Black with #A21D12

Text Example


Text Example

White with #A21D12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A21D12; }

 p { color: rgb(162,29,18); }

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

background-color css

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

 a { background-color: rgb(162,29,18); }

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

border-color css

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

 span { border-color: rgb(162,29,18); }

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