Html Css Color HEX #A81B0D Fire Brick

📋 copy color: '#A81B0D'

red 168 ◦ green 27 ◦ blue 13

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

Shades of Fire Brick #A81B0D

Tints of Fire Brick #A81B0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 6.25%

R = 80.77%
G = 12.98%
B = 6.25%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.92

 K value IS 0.34

RGB Variations

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

Color information

#A81B0D (or 0xA81B0D) is known color: Fire Brick. HEX triplet: A8, 1B and 0D. RGB value is (168,27,13). Sum of RGB (Red+Green+Blue) = 168+27+13=208 (27% of max value = 765). Red value is 168 (66.02% from 255 or 80.77% from 208); Green value is 27 (10.94% from 255 or 12.98% from 208); Blue value is 13 (5.47% from 255 or 6.25% from 208); Max value from RGB is 168 - color contains mainly: red. Hex color #A81B0D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A81B0D is #57E4F2. Grayscale: #434343. Windows color (decimal): -5760243 or 859048. OLE color: 859048.

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

Color convert

RGB 168 27 13 -
CMYK 0 0.84 0.92 0.34
HSL 5.42º 0.86% 0.35% -
HSV(B) 5.42º 0.92% 0.66% -
XYZ 16.61 9.14 1.27 -
YUV 67.56 97.21 199.64 -
System Red Green Blue C M Y K H S L
Decimal 168 27 13 0 0.84 0.92 0.34 5.42 0.86 0.35
Hex A8 1B D 0 54 5C 22 5 56 23
Octal 250 33 15 0 124 134 42 5 126 43
Binary 10101000 11011 1101 0 1010100 1011100 100010 101 1010110 100011

Color Harmonies of #A81B0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A81B0D

Black with #A81B0D

Text Example


Text Example

White with #A81B0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A81B0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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