Html Css Color HEX #A72002 Fire Brick

📋 copy color: '#A72002'

red 167 ◦ green 32 ◦ blue 2

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

Shades of Fire Brick #A72002

Tints of Fire Brick #A72002

RGB

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

 GREEN value IS 32 (12.89% from 255) = 15.92%

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

R = 83.08%
G = 15.92%
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

#A72002 (or 0xA72002) is known color: Fire Brick. HEX triplet: A7, 20 and 02. RGB value is (167,32,2). Sum of RGB (Red+Green+Blue) = 167+32+2=201 (26% of max value = 765). Red value is 167 (65.62% from 255 or 83.08% from 201); Green value is 32 (12.89% from 255 or 15.92% from 201); Blue value is 2 (1.17% from 255 or 1.00% from 201); Max value from RGB is 167 - color contains mainly: red. Hex color #A72002 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A72002 is #58DFFD. Grayscale: #454545. Windows color (decimal): -5824510 or 139431. OLE color: 139431.

HSL color Cylindrical-coordinate representation of color #A72002: hue angle of 10.91º 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 #A72002 is Cyan = 0, Magento = 0.81, Yellow = 0.99 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 32 2 -
CMYK 0 0.81 0.99 0.35
HSL 10.91º 0.98% 0.33% -
HSV(B) 10.91º 0.99% 0.65% -
XYZ 16.46 9.25 0.98 -
YUV 68.95 90.23 197.94 -
System Red Green Blue C M Y K H S L
Decimal 167 32 2 0 0.81 0.99 0.35 10.91 0.98 0.33
Hex A7 20 2 0 51 63 23 B 62 21
Octal 247 40 2 0 121 143 43 13 142 41
Binary 10100111 100000 10 0 1010001 1100011 100011 1011 1100010 100001

Color Harmonies of #A72002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A72002

Black with #A72002

Text Example


Text Example

White with #A72002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A72002; }

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

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

background-color css

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

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

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

border-color css

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

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

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