Html Css Color HEX #A7230B Fire Brick

📋 copy color: '#A7230B'

red 167 ◦ green 35 ◦ blue 11

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

Shades of Fire Brick #A7230B

Tints of Fire Brick #A7230B

RGB

 RED value IS 167 (65.63% from 255) = 78.4%

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

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

R = 78.4%
G = 16.43%
B = 5.16%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.93

 K value IS 0.35

RGB Variations

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

Color information

#A7230B (or 0xA7230B) is known color: Fire Brick. HEX triplet: A7, 23 and 0B. RGB value is (167,35,11). Sum of RGB (Red+Green+Blue) = 167+35+11=213 (28% of max value = 765). Red value is 167 (65.62% from 255 or 78.40% from 213); Green value is 35 (14.06% from 255 or 16.43% from 213); Blue value is 11 (4.69% from 255 or 5.16% from 213); Max value from RGB is 167 - color contains mainly: red. Hex color #A7230B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A7230B is #58DCF4. Grayscale: #474747. Windows color (decimal): -5823733 or 730023. OLE color: 730023.

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

Color convert

RGB 167 35 11 -
CMYK 0 0.79 0.93 0.35
HSL 9.23º 0.88% 0.35% -
HSV(B) 9.23º 0.93% 0.65% -
XYZ 16.6 9.44 1.26 -
YUV 71.73 93.73 195.95 -
System Red Green Blue C M Y K H S L
Decimal 167 35 11 0 0.79 0.93 0.35 9.23 0.88 0.35
Hex A7 23 B 0 4F 5D 23 9 58 23
Octal 247 43 13 0 117 135 43 11 130 43
Binary 10100111 100011 1011 0 1001111 1011101 100011 1001 1011000 100011

Color Harmonies of #A7230B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7230B

Black with #A7230B

Text Example


Text Example

White with #A7230B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7230B; }

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

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

background-color css

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

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

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

border-color css

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

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

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