Html Css Color HEX #A31C08 Fire Brick

📋 copy color: '#A31C08'

red 163 ◦ green 28 ◦ blue 8

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

Shades of Fire Brick #A31C08

Tints of Fire Brick #A31C08

RGB

 RED value IS 163 (64.06% from 255) = 81.91%

 GREEN value IS 28 (11.33% from 255) = 14.07%

 BLUE value IS 8 (3.52% from 255) = 4.02%

R = 81.91%
G = 14.07%
B = 4.02%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.95

 K value IS 0.36

RGB Variations

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

Color information

#A31C08 (or 0xA31C08) is known color: Fire Brick. HEX triplet: A3, 1C and 08. RGB value is (163,28,8). Sum of RGB (Red+Green+Blue) = 163+28+8=199 (26% of max value = 765). Red value is 163 (64.06% from 255 or 81.91% from 199); Green value is 28 (11.33% from 255 or 14.07% from 199); Blue value is 8 (3.52% from 255 or 4.02% from 199); Max value from RGB is 163 - color contains mainly: red. Hex color #A31C08 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A31C08 is #5CE3F7. Grayscale: #424242. Windows color (decimal): -6087672 or 531619. OLE color: 531619.

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

Color convert

RGB 163 28 8 -
CMYK 0 0.83 0.95 0.36
HSL 7.74º 0.91% 0.34% -
HSV(B) 7.74º 0.95% 0.64% -
XYZ 15.56 8.63 1.08 -
YUV 66.09 95.23 197.13 -
System Red Green Blue C M Y K H S L
Decimal 163 28 8 0 0.83 0.95 0.36 7.74 0.91 0.34
Hex A3 1C 8 0 53 5F 24 8 5B 22
Octal 243 34 10 0 123 137 44 10 133 42
Binary 10100011 11100 1000 0 1010011 1011111 100100 1000 1011011 100010

Color Harmonies of #A31C08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A31C08

Black with #A31C08

Text Example


Text Example

White with #A31C08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A31C08; }

 p { color: rgb(163,28,8); }

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

background-color css

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

 a { background-color: rgb(163,28,8); }

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

border-color css

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

 span { border-color: rgb(163,28,8); }

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