Html Css Color HEX #A81F02 Fire Brick

📋 copy color: '#A81F02'

red 168 ◦ green 31 ◦ blue 2

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

Shades of Fire Brick #A81F02

Tints of Fire Brick #A81F02

RGB

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

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

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

R = 83.58%
G = 15.42%
B = 1%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.99

 K value IS 0.34

RGB Variations

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

Color information

#A81F02 (or 0xA81F02) is known color: Fire Brick. HEX triplet: A8, 1F and 02. RGB value is (168,31,2). Sum of RGB (Red+Green+Blue) = 168+31+2=201 (26% of max value = 765). Red value is 168 (66.02% from 255 or 83.58% from 201); Green value is 31 (12.5% from 255 or 15.42% from 201); Blue value is 2 (1.17% from 255 or 1.00% from 201); Max value from RGB is 168 - color contains mainly: red. Hex color #A81F02 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A81F02 is #57E0FD. Grayscale: #444444. Windows color (decimal): -5759230 or 139176. OLE color: 139176.

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

Color convert

RGB 168 31 2 -
CMYK 0 0.82 0.99 0.34
HSL 10.48º 0.98% 0.33% -
HSV(B) 10.48º 0.99% 0.66% -
XYZ 16.65 9.31 0.98 -
YUV 68.66 90.39 198.86 -
System Red Green Blue C M Y K H S L
Decimal 168 31 2 0 0.82 0.99 0.34 10.48 0.98 0.33
Hex A8 1F 2 0 52 63 22 A 62 21
Octal 250 37 2 0 122 143 42 12 142 41
Binary 10101000 11111 10 0 1010010 1100011 100010 1010 1100010 100001

Color Harmonies of #A81F02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A81F02

Black with #A81F02

Text Example


Text Example

White with #A81F02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A81F02; }

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

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

background-color css

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

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

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

border-color css

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

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

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