Html Css Color HEX #A62002 Fire Brick

📋 copy color: '#A62002'

red 166 ◦ green 32 ◦ blue 2

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

Shades of Fire Brick #A62002

Tints of Fire Brick #A62002

RGB

 RED value IS 166 (65.23% from 255) = 83%

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

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

R = 83%
G = 16%
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

#A62002 (or 0xA62002) is known color: Fire Brick. HEX triplet: A6, 20 and 02. RGB value is (166,32,2). Sum of RGB (Red+Green+Blue) = 166+32+2=200 (26% of max value = 765). Red value is 166 (65.23% from 255 or 83% from 200); Green value is 32 (12.89% from 255 or 16% from 200); Blue value is 2 (1.17% from 255 or 1% from 200); Max value from RGB is 166 - color contains mainly: red. Hex color #A62002 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A62002 is #59DFFD. Grayscale: #444444. Windows color (decimal): -5890046 or 139430. OLE color: 139430.

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

Color convert

RGB 166 32 2 -
CMYK 0 0.81 0.99 0.35
HSL 10.98º 0.98% 0.33% -
HSV(B) 10.98º 0.99% 0.65% -
XYZ 16.25 9.14 0.97 -
YUV 68.65 90.39 197.44 -
System Red Green Blue C M Y K H S L
Decimal 166 32 2 0 0.81 0.99 0.35 10.98 0.98 0.33
Hex A6 20 2 0 51 63 23 B 62 21
Octal 246 40 2 0 121 143 43 13 142 41
Binary 10100110 100000 10 0 1010001 1100011 100011 1011 1100010 100001

Color Harmonies of #A62002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A62002

Black with #A62002

Text Example


Text Example

White with #A62002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A62002; }

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

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

background-color css

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

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

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

border-color css

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

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

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