Html Css Color HEX #A81B0F Fire Brick

📋 copy color: '#A81B0F'

red 168 ◦ green 27 ◦ blue 15

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

Shades of Fire Brick #A81B0F

Tints of Fire Brick #A81B0F

RGB

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

 GREEN value IS 27 (10.94% from 255) = 12.86%

 BLUE value IS 15 (6.25% from 255) = 7.14%

R = 80%
G = 12.86%
B = 7.14%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.91

 K value IS 0.34

RGB Variations

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

Color information

#A81B0F (or 0xA81B0F) is known color: Fire Brick. HEX triplet: A8, 1B and 0F. RGB value is (168,27,15). Sum of RGB (Red+Green+Blue) = 168+27+15=210 (27% of max value = 765). Red value is 168 (66.02% from 255 or 80% from 210); Green value is 27 (10.94% from 255 or 12.86% from 210); Blue value is 15 (6.25% from 255 or 7.14% from 210); Max value from RGB is 168 - color contains mainly: red. Hex color #A81B0F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A81B0F is #57E4F0. Grayscale: #434343. Windows color (decimal): -5760241 or 990120. OLE color: 990120.

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

Color convert

RGB 168 27 15 -
CMYK 0 0.84 0.91 0.34
HSL 4.71º 0.84% 0.36% -
HSV(B) 4.71º 0.91% 0.66% -
XYZ 16.63 9.14 1.34 -
YUV 67.79 98.21 199.48 -
System Red Green Blue C M Y K H S L
Decimal 168 27 15 0 0.84 0.91 0.34 4.71 0.84 0.36
Hex A8 1B F 0 54 5B 22 5 54 24
Octal 250 33 17 0 124 133 42 5 124 44
Binary 10101000 11011 1111 0 1010100 1011011 100010 101 1010100 100100

Color Harmonies of #A81B0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A81B0F

Black with #A81B0F

Text Example


Text Example

White with #A81B0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A81B0F; }

 p { color: rgb(168,27,15); }

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

background-color css

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

 a { background-color: rgb(168,27,15); }

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

border-color css

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

 span { border-color: rgb(168,27,15); }

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