Html Css Color HEX #A52002 Fire Brick

📋 copy color: '#A52002'

red 165 ◦ green 32 ◦ blue 2

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

Shades of Fire Brick #A52002

Tints of Fire Brick #A52002

RGB

 RED value IS 165 (64.84% from 255) = 82.91%

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

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

R = 82.91%
G = 16.08%
B = 1.01%

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

#A52002 (or 0xA52002) is known color: Fire Brick. HEX triplet: A5, 20 and 02. RGB value is (165,32,2). Sum of RGB (Red+Green+Blue) = 165+32+2=199 (26% of max value = 765). Red value is 165 (64.84% from 255 or 82.91% from 199); Green value is 32 (12.89% from 255 or 16.08% from 199); Blue value is 2 (1.17% from 255 or 1.01% from 199); Max value from RGB is 165 - color contains mainly: red. Hex color #A52002 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A52002 is #5ADFFD. Grayscale: #444444. Windows color (decimal): -5955582 or 139429. OLE color: 139429.

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

Color convert

RGB 165 32 2 -
CMYK 0 0.81 0.99 0.35
HSL 11.04º 0.98% 0.33% -
HSV(B) 11.04º 0.99% 0.65% -
XYZ 16.04 9.04 0.96 -
YUV 68.35 90.56 196.94 -
System Red Green Blue C M Y K H S L
Decimal 165 32 2 0 0.81 0.99 0.35 11.04 0.98 0.33
Hex A5 20 2 0 51 63 23 B 62 21
Octal 245 40 2 0 121 143 43 13 142 41
Binary 10100101 100000 10 0 1010001 1100011 100011 1011 1100010 100001

Color Harmonies of #A52002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A52002

Black with #A52002

Text Example


Text Example

White with #A52002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A52002; }

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

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

background-color css

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

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

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

border-color css

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

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

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