Html Css Color HEX #A01B1B Fire Brick

📋 copy color: '#A01B1B'

red 160 ◦ green 27 ◦ blue 27

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

Shades of Fire Brick #A01B1B

Tints of Fire Brick #A01B1B

RGB

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

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

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

R = 74.77%
G = 12.62%
B = 12.62%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.83

 K value IS 0.37

RGB Variations

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

Color information

#A01B1B (or 0xA01B1B) is known color: Fire Brick. HEX triplet: A0, 1B and 1B. RGB value is (160,27,27). Sum of RGB (Red+Green+Blue) = 160+27+27=214 (28% of max value = 765). Red value is 160 (62.89% from 255 or 74.77% from 214); Green value is 27 (10.94% from 255 or 12.62% from 214); Blue value is 27 (10.94% from 255 or 12.62% from 214); Max value from RGB is 160 - color contains mainly: red. Hex color #A01B1B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A01B1B is #5FE4E4. Grayscale: #424242. Windows color (decimal): -6284517 or 1776544. OLE color: 1776544.

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

Color convert

RGB 160 27 27 -
CMYK 0 0.83 0.83 0.37
HSL 0.71% 0.37% -
HSV(B) 0.83% 0.63% -
XYZ 15.09 8.34 1.85 -
YUV 66.77 105.56 194.5 -
System Red Green Blue C M Y K H S L
Decimal 160 27 27 0 0.83 0.83 0.37 0 0.71 0.37
Hex A0 1B 1B 0 53 53 25 0 47 25
Octal 240 33 33 0 123 123 45 0 107 45
Binary 10100000 11011 11011 0 1010011 1010011 100101 0 1000111 100101

Color Harmonies of #A01B1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A01B1B

Black with #A01B1B

Text Example


Text Example

White with #A01B1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A01B1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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