Html Css Color HEX #A71F02 Fire Brick

📋 copy color: '#A71F02'

red 167 ◦ green 31 ◦ blue 2

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

Shades of Fire Brick #A71F02

Tints of Fire Brick #A71F02

RGB

 RED value IS 167 (65.63% from 255) = 83.5%

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

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

R = 83.5%
G = 15.5%
B = 1%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.99

 K value IS 0.35

RGB Variations

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

Color information

#A71F02 (or 0xA71F02) is known color: Fire Brick. HEX triplet: A7, 1F and 02. RGB value is (167,31,2). Sum of RGB (Red+Green+Blue) = 167+31+2=200 (26% of max value = 765). Red value is 167 (65.62% from 255 or 83.5% from 200); Green value is 31 (12.5% from 255 or 15.5% from 200); Blue value is 2 (1.17% from 255 or 1% from 200); Max value from RGB is 167 - color contains mainly: red. Hex color #A71F02 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A71F02 is #58E0FD. Grayscale: #444444. Windows color (decimal): -5824766 or 139175. OLE color: 139175.

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

Color convert

RGB 167 31 2 -
CMYK 0 0.81 0.99 0.35
HSL 10.55º 0.98% 0.33% -
HSV(B) 10.55º 0.99% 0.65% -
XYZ 16.44 9.2 0.97 -
YUV 68.36 90.56 198.36 -
System Red Green Blue C M Y K H S L
Decimal 167 31 2 0 0.81 0.99 0.35 10.55 0.98 0.33
Hex A7 1F 2 0 51 63 23 B 62 21
Octal 247 37 2 0 121 143 43 13 142 41
Binary 10100111 11111 10 0 1010001 1100011 100011 1011 1100010 100001

Color Harmonies of #A71F02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A71F02

Black with #A71F02

Text Example


Text Example

White with #A71F02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A71F02; }

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

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

background-color css

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

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

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

border-color css

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

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

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