Html Css Color HEX #A21A0D Fire Brick

📋 copy color: '#A21A0D'

red 162 ◦ green 26 ◦ blue 13

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

Shades of Fire Brick #A21A0D

Tints of Fire Brick #A21A0D

RGB

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

 GREEN value IS 26 (10.55% from 255) = 12.94%

 BLUE value IS 13 (5.47% from 255) = 6.47%

R = 80.6%
G = 12.94%
B = 6.47%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.92

 K value IS 0.36

RGB Variations

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

Color information

#A21A0D (or 0xA21A0D) is known color: Fire Brick. HEX triplet: A2, 1A and 0D. RGB value is (162,26,13). Sum of RGB (Red+Green+Blue) = 162+26+13=201 (26% of max value = 765). Red value is 162 (63.67% from 255 or 80.60% from 201); Green value is 26 (10.55% from 255 or 12.94% from 201); Blue value is 13 (5.47% from 255 or 6.47% from 201); Max value from RGB is 162 - color contains mainly: red. Hex color #A21A0D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A21A0D is #5DE5F2. Grayscale: #414141. Windows color (decimal): -6153715 or 858786. OLE color: 858786.

HSL color Cylindrical-coordinate representation of color #A21A0D: hue angle of 5.23º degrees, saturation: 0.85, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A21A0D is Cyan = 0, Magento = 0.84, Yellow = 0.92 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 26 13 -
CMYK 0 0.84 0.92 0.36
HSL 5.23º 0.85% 0.34% -
HSV(B) 5.23º 0.92% 0.64% -
XYZ 15.34 8.45 1.2 -
YUV 65.18 98.56 197.06 -
System Red Green Blue C M Y K H S L
Decimal 162 26 13 0 0.84 0.92 0.36 5.23 0.85 0.34
Hex A2 1A D 0 54 5C 24 5 55 22
Octal 242 32 15 0 124 134 44 5 125 42
Binary 10100010 11010 1101 0 1010100 1011100 100100 101 1010101 100010

Color Harmonies of #A21A0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A21A0D

Black with #A21A0D

Text Example


Text Example

White with #A21A0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A21A0D; }

 p { color: rgb(162,26,13); }

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

background-color css

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

 a { background-color: rgb(162,26,13); }

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

border-color css

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

 span { border-color: rgb(162,26,13); }

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