Html Css Color HEX #A7231B Fire Brick

📋 copy color: '#A7231B'

red 167 ◦ green 35 ◦ blue 27

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

Shades of Fire Brick #A7231B

Tints of Fire Brick #A7231B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 11.79%

R = 72.93%
G = 15.28%
B = 11.79%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.84

 K value IS 0.35

RGB Variations

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

Color information

#A7231B (or 0xA7231B) is known color: Fire Brick. HEX triplet: A7, 23 and 1B. RGB value is (167,35,27). Sum of RGB (Red+Green+Blue) = 167+35+27=229 (30% of max value = 765). Red value is 167 (65.62% from 255 or 72.93% from 229); Green value is 35 (14.06% from 255 or 15.28% from 229); Blue value is 27 (10.94% from 255 or 11.79% from 229); Max value from RGB is 167 - color contains mainly: red. Hex color #A7231B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A7231B is #58DCE4. Grayscale: #494949. Windows color (decimal): -5823717 or 1778599. OLE color: 1778599.

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

Color convert

RGB 167 35 27 -
CMYK 0 0.79 0.84 0.35
HSL 3.43º 0.72% 0.38% -
HSV(B) 3.43º 0.84% 0.65% -
XYZ 16.74 9.5 1.99 -
YUV 73.56 101.73 194.65 -
System Red Green Blue C M Y K H S L
Decimal 167 35 27 0 0.79 0.84 0.35 3.43 0.72 0.38
Hex A7 23 1B 0 4F 54 23 3 48 26
Octal 247 43 33 0 117 124 43 3 110 46
Binary 10100111 100011 11011 0 1001111 1010100 100011 11 1001000 100110

Color Harmonies of #A7231B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7231B

Black with #A7231B

Text Example


Text Example

White with #A7231B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7231B; }

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

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

background-color css

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

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

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

border-color css

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

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

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