Html Css Color HEX #A32A0E Fire Brick

📋 copy color: '#A32A0E'

red 163 ◦ green 42 ◦ blue 14

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

Shades of Fire Brick #A32A0E

Tints of Fire Brick #A32A0E

RGB

 RED value IS 163 (64.06% from 255) = 74.43%

 GREEN value IS 42 (16.8% from 255) = 19.18%

 BLUE value IS 14 (5.86% from 255) = 6.39%

R = 74.43%
G = 19.18%
B = 6.39%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.91

 K value IS 0.36

RGB Variations

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

Color information

#A32A0E (or 0xA32A0E) is known color: Fire Brick. HEX triplet: A3, 2A and 0E. RGB value is (163,42,14). Sum of RGB (Red+Green+Blue) = 163+42+14=219 (29% of max value = 765). Red value is 163 (64.06% from 255 or 74.43% from 219); Green value is 42 (16.80% from 255 or 19.18% from 219); Blue value is 14 (5.86% from 255 or 6.39% from 219); Max value from RGB is 163 - color contains mainly: red. Hex color #A32A0E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A32A0E is #5CD5F1. Grayscale: #4B4B4B. Windows color (decimal): -6084082 or 928419. OLE color: 928419.

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

Color convert

RGB 163 42 14 -
CMYK 0 0.74 0.91 0.36
HSL 11.28º 0.84% 0.35% -
HSV(B) 11.28º 0.91% 0.64% -
XYZ 16.01 9.47 1.4 -
YUV 74.99 93.59 190.78 -
System Red Green Blue C M Y K H S L
Decimal 163 42 14 0 0.74 0.91 0.36 11.28 0.84 0.35
Hex A3 2A E 0 4A 5B 24 B 54 23
Octal 243 52 16 0 112 133 44 13 124 43
Binary 10100011 101010 1110 0 1001010 1011011 100100 1011 1010100 100011

Color Harmonies of #A32A0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A32A0E

Black with #A32A0E

Text Example


Text Example

White with #A32A0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A32A0E; }

 p { color: rgb(163,42,14); }

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

background-color css

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

 a { background-color: rgb(163,42,14); }

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

border-color css

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

 span { border-color: rgb(163,42,14); }

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