Html Css Color HEX #A21F1D Fire Brick

📋 copy color: '#A21F1D'

red 162 ◦ green 31 ◦ blue 29

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

Shades of Fire Brick #A21F1D

Tints of Fire Brick #A21F1D

RGB

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

 GREEN value IS 31 (12.5% from 255) = 13.96%

 BLUE value IS 29 (11.72% from 255) = 13.06%

R = 72.97%
G = 13.96%
B = 13.06%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.82

 K value IS 0.36

RGB Variations

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

Color information

#A21F1D (or 0xA21F1D) is known color: Fire Brick. HEX triplet: A2, 1F and 1D. RGB value is (162,31,29). Sum of RGB (Red+Green+Blue) = 162+31+29=222 (29% of max value = 765). Red value is 162 (63.67% from 255 or 72.97% from 222); Green value is 31 (12.5% from 255 or 13.96% from 222); Blue value is 29 (11.72% from 255 or 13.06% from 222); Max value from RGB is 162 - color contains mainly: red. Hex color #A21F1D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A21F1D is #5DE0E2. Grayscale: #464646. Windows color (decimal): -6152419 or 1908642. OLE color: 1908642.

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

Color convert

RGB 162 31 29 -
CMYK 0 0.81 0.82 0.36
HSL 0.9º 0.7% 0.37% -
HSV(B) 0.9º 0.82% 0.64% -
XYZ 15.61 8.75 2.03 -
YUV 69.94 104.9 193.66 -
System Red Green Blue C M Y K H S L
Decimal 162 31 29 0 0.81 0.82 0.36 0.9 0.7 0.37
Hex A2 1F 1D 0 51 52 24 1 46 25
Octal 242 37 35 0 121 122 44 1 106 45
Binary 10100010 11111 11101 0 1010001 1010010 100100 1 1000110 100101

Color Harmonies of #A21F1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A21F1D

Black with #A21F1D

Text Example


Text Example

White with #A21F1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A21F1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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