Html Css Color HEX #A8230B Fire Brick

📋 copy color: '#A8230B'

red 168 ◦ green 35 ◦ blue 11

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

Shades of Fire Brick #A8230B

Tints of Fire Brick #A8230B

RGB

 RED value IS 168 (66.02% from 255) = 78.5%

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

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

R = 78.5%
G = 16.36%
B = 5.14%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.93

 K value IS 0.34

RGB Variations

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

Color information

#A8230B (or 0xA8230B) is known color: Fire Brick. HEX triplet: A8, 23 and 0B. RGB value is (168,35,11). Sum of RGB (Red+Green+Blue) = 168+35+11=214 (28% of max value = 765). Red value is 168 (66.02% from 255 or 78.50% from 214); Green value is 35 (14.06% from 255 or 16.36% from 214); Blue value is 11 (4.69% from 255 or 5.14% from 214); Max value from RGB is 168 - color contains mainly: red. Hex color #A8230B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A8230B is #57DCF4. Grayscale: #484848. Windows color (decimal): -5758197 or 730024. OLE color: 730024.

HSL color Cylindrical-coordinate representation of color #A8230B: hue angle of 9.17º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A8230B is Cyan = 0, Magento = 0.79, Yellow = 0.93 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 35 11 -
CMYK 0 0.79 0.93 0.34
HSL 9.17º 0.88% 0.35% -
HSV(B) 9.17º 0.93% 0.66% -
XYZ 16.81 9.55 1.27 -
YUV 72.03 93.56 196.45 -
System Red Green Blue C M Y K H S L
Decimal 168 35 11 0 0.79 0.93 0.34 9.17 0.88 0.35
Hex A8 23 B 0 4F 5D 22 9 58 23
Octal 250 43 13 0 117 135 42 11 130 43
Binary 10101000 100011 1011 0 1001111 1011101 100010 1001 1011000 100011

Color Harmonies of #A8230B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8230B

Black with #A8230B

Text Example


Text Example

White with #A8230B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8230B; }

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

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

background-color css

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

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

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

border-color css

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

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

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