Html Css Color HEX #A01B0E Fire Brick

📋 copy color: '#A01B0E'

red 160 ◦ green 27 ◦ blue 14

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

Shades of Fire Brick #A01B0E

Tints of Fire Brick #A01B0E

RGB

 RED value IS 160 (62.89% from 255) = 79.6%

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

 BLUE value IS 14 (5.86% from 255) = 6.97%

R = 79.6%
G = 13.43%
B = 6.97%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.91

 K value IS 0.37

RGB Variations

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

Color information

#A01B0E (or 0xA01B0E) is known color: Fire Brick. HEX triplet: A0, 1B and 0E. RGB value is (160,27,14). Sum of RGB (Red+Green+Blue) = 160+27+14=201 (26% of max value = 765). Red value is 160 (62.89% from 255 or 79.60% from 201); Green value is 27 (10.94% from 255 or 13.43% from 201); Blue value is 14 (5.86% from 255 or 6.97% from 201); Max value from RGB is 160 - color contains mainly: red. Hex color #A01B0E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A01B0E is #5FE4F1. Grayscale: #414141. Windows color (decimal): -6284530 or 924576. OLE color: 924576.

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

Color convert

RGB 160 27 14 -
CMYK 0 0.83 0.91 0.37
HSL 5.34º 0.84% 0.34% -
HSV(B) 5.34º 0.91% 0.63% -
XYZ 14.97 8.29 1.23 -
YUV 65.29 99.06 195.56 -
System Red Green Blue C M Y K H S L
Decimal 160 27 14 0 0.83 0.91 0.37 5.34 0.84 0.34
Hex A0 1B E 0 53 5B 25 5 54 22
Octal 240 33 16 0 123 133 45 5 124 42
Binary 10100000 11011 1110 0 1010011 1011011 100101 101 1010100 100010

Color Harmonies of #A01B0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A01B0E

Black with #A01B0E

Text Example


Text Example

White with #A01B0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A01B0E; }

 p { color: rgb(160,27,14); }

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

background-color css

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

 a { background-color: rgb(160,27,14); }

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

border-color css

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

 span { border-color: rgb(160,27,14); }

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