Html Css Color HEX #A21708 Fire Brick

📋 copy color: '#A21708'

red 162 ◦ green 23 ◦ blue 8

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

Shades of Fire Brick #A21708

Tints of Fire Brick #A21708

RGB

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

 GREEN value IS 23 (9.38% from 255) = 11.92%

 BLUE value IS 8 (3.52% from 255) = 4.15%

R = 83.94%
G = 11.92%
B = 4.15%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.95

 K value IS 0.36

RGB Variations

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

Color information

#A21708 (or 0xA21708) is known color: Fire Brick. HEX triplet: A2, 17 and 08. RGB value is (162,23,8). Sum of RGB (Red+Green+Blue) = 162+23+8=193 (25% of max value = 765). Red value is 162 (63.67% from 255 or 83.94% from 193); Green value is 23 (9.38% from 255 or 11.92% from 193); Blue value is 8 (3.52% from 255 or 4.15% from 193); Max value from RGB is 162 - color contains mainly: red. Hex color #A21708 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A21708 is #5DE8F7. Grayscale: #3F3F3F. Windows color (decimal): -6154488 or 530338. OLE color: 530338.

HSL color Cylindrical-coordinate representation of color #A21708: hue angle of 5.84º degrees, saturation: 0.91, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A21708 is Cyan = 0, Magento = 0.86, Yellow = 0.95 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 23 8 -
CMYK 0 0.86 0.95 0.36
HSL 5.84º 0.91% 0.33% -
HSV(B) 5.84º 0.95% 0.64% -
XYZ 15.25 8.31 1.03 -
YUV 62.85 97.05 198.72 -
System Red Green Blue C M Y K H S L
Decimal 162 23 8 0 0.86 0.95 0.36 5.84 0.91 0.33
Hex A2 17 8 0 56 5F 24 6 5B 21
Octal 242 27 10 0 126 137 44 6 133 41
Binary 10100010 10111 1000 0 1010110 1011111 100100 110 1011011 100001

Color Harmonies of #A21708

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A21708

Black with #A21708

Text Example


Text Example

White with #A21708

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A21708; }

 p { color: rgb(162,23,8); }

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

background-color css

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

 a { background-color: rgb(162,23,8); }

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

border-color css

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

 span { border-color: rgb(162,23,8); }

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