Html Css Color HEX #A71F03 Fire Brick

📋 copy color: '#A71F03'

red 167 ◦ green 31 ◦ blue 3

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

Shades of Fire Brick #A71F03

Tints of Fire Brick #A71F03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.49%

R = 83.08%
G = 15.42%
B = 1.49%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.98

 K value IS 0.35

RGB Variations

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

Color information

#A71F03 (or 0xA71F03) is known color: Fire Brick. HEX triplet: A7, 1F and 03. RGB value is (167,31,3). Sum of RGB (Red+Green+Blue) = 167+31+3=201 (26% of max value = 765). Red value is 167 (65.62% from 255 or 83.08% from 201); Green value is 31 (12.5% from 255 or 15.42% from 201); Blue value is 3 (1.56% from 255 or 1.49% from 201); Max value from RGB is 167 - color contains mainly: red. Hex color #A71F03 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A71F03 is #58E0FC. Grayscale: #444444. Windows color (decimal): -5824765 or 204711. OLE color: 204711.

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

Color convert

RGB 167 31 3 -
CMYK 0 0.81 0.98 0.35
HSL 10.24º 0.96% 0.33% -
HSV(B) 10.24º 0.98% 0.65% -
XYZ 16.44 9.2 1 -
YUV 68.47 91.06 198.28 -
System Red Green Blue C M Y K H S L
Decimal 167 31 3 0 0.81 0.98 0.35 10.24 0.96 0.33
Hex A7 1F 3 0 51 62 23 A 60 21
Octal 247 37 3 0 121 142 43 12 140 41
Binary 10100111 11111 11 0 1010001 1100010 100011 1010 1100000 100001

Color Harmonies of #A71F03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A71F03

Black with #A71F03

Text Example


Text Example

White with #A71F03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A71F03; }

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

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

background-color css

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

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

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

border-color css

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

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

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