Html Css Color HEX #A21B0D Fire Brick

📋 copy color: '#A21B0D'

red 162 ◦ green 27 ◦ blue 13

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

Shades of Fire Brick #A21B0D

Tints of Fire Brick #A21B0D

RGB

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

 GREEN value IS 27 (10.94% from 255) = 13.37%

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

R = 80.2%
G = 13.37%
B = 6.44%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.92

 K value IS 0.36

RGB Variations

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

Color information

#A21B0D (or 0xA21B0D) is known color: Fire Brick. HEX triplet: A2, 1B and 0D. RGB value is (162,27,13). Sum of RGB (Red+Green+Blue) = 162+27+13=202 (26% of max value = 765). Red value is 162 (63.67% from 255 or 80.20% from 202); Green value is 27 (10.94% from 255 or 13.37% from 202); Blue value is 13 (5.47% from 255 or 6.44% from 202); Max value from RGB is 162 - color contains mainly: red. Hex color #A21B0D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A21B0D is #5DE4F2. Grayscale: #414141. Windows color (decimal): -6153459 or 859042. OLE color: 859042.

HSL color Cylindrical-coordinate representation of color #A21B0D: hue angle of 5.64º 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 #A21B0D is Cyan = 0, Magento = 0.83, Yellow = 0.92 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 27 13 -
CMYK 0 0.83 0.92 0.36
HSL 5.64º 0.85% 0.34% -
HSV(B) 5.64º 0.92% 0.64% -
XYZ 15.36 8.49 1.21 -
YUV 65.77 98.23 196.64 -
System Red Green Blue C M Y K H S L
Decimal 162 27 13 0 0.83 0.92 0.36 5.64 0.85 0.34
Hex A2 1B D 0 53 5C 24 6 55 22
Octal 242 33 15 0 123 134 44 6 125 42
Binary 10100010 11011 1101 0 1010011 1011100 100100 110 1010101 100010

Color Harmonies of #A21B0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A21B0D

Black with #A21B0D

Text Example


Text Example

White with #A21B0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A21B0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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