Html Css Color HEX #A2230B Fire Brick

📋 copy color: '#A2230B'

red 162 ◦ green 35 ◦ blue 11

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

Shades of Fire Brick #A2230B

Tints of Fire Brick #A2230B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 5.29%

R = 77.88%
G = 16.83%
B = 5.29%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.93

 K value IS 0.36

RGB Variations

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

Color information

#A2230B (or 0xA2230B) is known color: Fire Brick. HEX triplet: A2, 23 and 0B. RGB value is (162,35,11). Sum of RGB (Red+Green+Blue) = 162+35+11=208 (27% of max value = 765). Red value is 162 (63.67% from 255 or 77.88% from 208); Green value is 35 (14.06% from 255 or 16.83% from 208); Blue value is 11 (4.69% from 255 or 5.29% from 208); Max value from RGB is 162 - color contains mainly: red. Hex color #A2230B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A2230B is #5DDCF4. Grayscale: #464646. Windows color (decimal): -6151413 or 730018. OLE color: 730018.

HSL color Cylindrical-coordinate representation of color #A2230B: hue angle of 9.54º degrees, saturation: 0.87, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A2230B is Cyan = 0, Magento = 0.78, Yellow = 0.93 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 35 11 -
CMYK 0 0.78 0.93 0.36
HSL 9.54º 0.87% 0.34% -
HSV(B) 9.54º 0.93% 0.64% -
XYZ 15.56 8.91 1.22 -
YUV 70.24 94.58 193.45 -
System Red Green Blue C M Y K H S L
Decimal 162 35 11 0 0.78 0.93 0.36 9.54 0.87 0.34
Hex A2 23 B 0 4E 5D 24 A 57 22
Octal 242 43 13 0 116 135 44 12 127 42
Binary 10100010 100011 1011 0 1001110 1011101 100100 1010 1010111 100010

Color Harmonies of #A2230B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2230B

Black with #A2230B

Text Example


Text Example

White with #A2230B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2230B; }

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

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

background-color css

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

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

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

border-color css

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

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

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