Html Css Color HEX #A62003 Fire Brick

📋 copy color: '#A62003'

red 166 ◦ green 32 ◦ blue 3

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

Shades of Fire Brick #A62003

Tints of Fire Brick #A62003

RGB

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

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

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

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

#A62003 (or 0xA62003) is known color: Fire Brick. HEX triplet: A6, 20 and 03. RGB value is (166,32,3). Sum of RGB (Red+Green+Blue) = 166+32+3=201 (26% of max value = 765). Red value is 166 (65.23% from 255 or 82.59% from 201); Green value is 32 (12.89% from 255 or 15.92% from 201); Blue value is 3 (1.56% from 255 or 1.49% from 201); Max value from RGB is 166 - color contains mainly: red. Hex color #A62003 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A62003 is #59DFFC. Grayscale: #454545. Windows color (decimal): -5890045 or 204966. OLE color: 204966.

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

Color convert

RGB 166 32 3 -
CMYK 0 0.81 0.98 0.35
HSL 10.67º 0.96% 0.33% -
HSV(B) 10.67º 0.98% 0.65% -
XYZ 16.26 9.15 0.99 -
YUV 68.76 90.89 197.36 -
System Red Green Blue C M Y K H S L
Decimal 166 32 3 0 0.81 0.98 0.35 10.67 0.96 0.33
Hex A6 20 3 0 51 62 23 B 60 21
Octal 246 40 3 0 121 142 43 13 140 41
Binary 10100110 100000 11 0 1010001 1100010 100011 1011 1100000 100001

Color Harmonies of #A62003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A62003

Black with #A62003

Text Example


Text Example

White with #A62003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A62003; }

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

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

background-color css

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

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

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

border-color css

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

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

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