Html Css Color HEX #A51D02 Fire Brick

📋 copy color: '#A51D02'

red 165 ◦ green 29 ◦ blue 2

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

Shades of Fire Brick #A51D02

Tints of Fire Brick #A51D02

RGB

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

 GREEN value IS 29 (11.72% from 255) = 14.8%

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

R = 84.18%
G = 14.8%
B = 1.02%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.99

 K value IS 0.35

RGB Variations

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

Color information

#A51D02 (or 0xA51D02) is known color: Fire Brick. HEX triplet: A5, 1D and 02. RGB value is (165,29,2). Sum of RGB (Red+Green+Blue) = 165+29+2=196 (25% of max value = 765). Red value is 165 (64.84% from 255 or 84.18% from 196); Green value is 29 (11.72% from 255 or 14.80% from 196); Blue value is 2 (1.17% from 255 or 1.02% from 196); Max value from RGB is 165 - color contains mainly: red. Hex color #A51D02 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A51D02 is #5AE2FD. Grayscale: #424242. Windows color (decimal): -5956350 or 138661. OLE color: 138661.

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

Color convert

RGB 165 29 2 -
CMYK 0 0.82 0.99 0.35
HSL 9.94º 0.98% 0.33% -
HSV(B) 9.94º 0.99% 0.65% -
XYZ 15.97 8.88 0.93 -
YUV 66.59 91.56 198.2 -
System Red Green Blue C M Y K H S L
Decimal 165 29 2 0 0.82 0.99 0.35 9.94 0.98 0.33
Hex A5 1D 2 0 52 63 23 A 62 21
Octal 245 35 2 0 122 143 43 12 142 41
Binary 10100101 11101 10 0 1010010 1100011 100011 1010 1100010 100001

Color Harmonies of #A51D02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A51D02

Black with #A51D02

Text Example


Text Example

White with #A51D02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A51D02; }

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

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

background-color css

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

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

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

border-color css

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

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

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