Html Css Color HEX #AB1F02 Fire Brick

📋 copy color: '#AB1F02'

red 171 ◦ green 31 ◦ blue 2

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

Shades of Fire Brick #AB1F02

Tints of Fire Brick #AB1F02

RGB

 RED value IS 171 (67.19% from 255) = 83.82%

 GREEN value IS 31 (12.5% from 255) = 15.2%

 BLUE value IS 2 (1.17% from 255) = 0.98%

R = 83.82%
G = 15.2%
B = 0.98%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.99

 K value IS 0.33

RGB Variations

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

Color information

#AB1F02 (or 0xAB1F02) is known color: Fire Brick. HEX triplet: AB, 1F and 02. RGB value is (171,31,2). Sum of RGB (Red+Green+Blue) = 171+31+2=204 (27% of max value = 765). Red value is 171 (67.19% from 255 or 83.82% from 204); Green value is 31 (12.5% from 255 or 15.20% from 204); Blue value is 2 (1.17% from 255 or 0.98% from 204); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1F02 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB1F02 is #54E0FD. Grayscale: #454545. Windows color (decimal): -5562622 or 139179. OLE color: 139179.

HSL color Cylindrical-coordinate representation of color #AB1F02: hue angle of 10.3º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AB1F02 is Cyan = 0, Magento = 0.82, Yellow = 0.99 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 31 2 -
CMYK 0 0.82 0.99 0.33
HSL 10.3º 0.98% 0.34% -
HSV(B) 10.3º 0.99% 0.67% -
XYZ 17.3 9.64 1.01 -
YUV 69.55 89.88 200.36 -
System Red Green Blue C M Y K H S L
Decimal 171 31 2 0 0.82 0.99 0.33 10.3 0.98 0.34
Hex AB 1F 2 0 52 63 21 A 62 22
Octal 253 37 2 0 122 143 41 12 142 42
Binary 10101011 11111 10 0 1010010 1100011 100001 1010 1100010 100010

Color Harmonies of #AB1F02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1F02

Black with #AB1F02

Text Example


Text Example

White with #AB1F02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1F02; }

 p { color: rgb(171,31,2); }

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

background-color css

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

 a { background-color: rgb(171,31,2); }

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

border-color css

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

 span { border-color: rgb(171,31,2); }

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