Html Css Color HEX #A2230E Fire Brick

📋 copy color: '#A2230E'

red 162 ◦ green 35 ◦ blue 14

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

Shades of Fire Brick #A2230E

Tints of Fire Brick #A2230E

RGB

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

 GREEN value IS 35 (14.06% from 255) = 16.59%

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

R = 76.78%
G = 16.59%
B = 6.64%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.91

 K value IS 0.36

RGB Variations

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

Color information

#A2230E (or 0xA2230E) is known color: Fire Brick. HEX triplet: A2, 23 and 0E. RGB value is (162,35,14). Sum of RGB (Red+Green+Blue) = 162+35+14=211 (27% of max value = 765). Red value is 162 (63.67% from 255 or 76.78% from 211); Green value is 35 (14.06% from 255 or 16.59% from 211); Blue value is 14 (5.86% from 255 or 6.64% from 211); Max value from RGB is 162 - color contains mainly: red. Hex color #A2230E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A2230E is #5DDCF1. Grayscale: #464646. Windows color (decimal): -6151410 or 926626. OLE color: 926626.

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

Color convert

RGB 162 35 14 -
CMYK 0 0.78 0.91 0.36
HSL 8.51º 0.84% 0.35% -
HSV(B) 8.51º 0.91% 0.64% -
XYZ 15.58 8.92 1.32 -
YUV 70.58 96.08 193.21 -
System Red Green Blue C M Y K H S L
Decimal 162 35 14 0 0.78 0.91 0.36 8.51 0.84 0.35
Hex A2 23 E 0 4E 5B 24 9 54 23
Octal 242 43 16 0 116 133 44 11 124 43
Binary 10100010 100011 1110 0 1001110 1011011 100100 1001 1010100 100011

Color Harmonies of #A2230E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2230E

Black with #A2230E

Text Example


Text Example

White with #A2230E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2230E; }

 p { color: rgb(162,35,14); }

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

background-color css

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

 a { background-color: rgb(162,35,14); }

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

border-color css

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

 span { border-color: rgb(162,35,14); }

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