Html Css Color HEX #A41D02 Fire Brick

📋 copy color: '#A41D02'

red 164 ◦ green 29 ◦ blue 2

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

Shades of Fire Brick #A41D02

Tints of Fire Brick #A41D02

RGB

 RED value IS 164 (64.45% from 255) = 84.1%

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

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

R = 84.1%
G = 14.87%
B = 1.03%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.99

 K value IS 0.36

RGB Variations

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

Color information

#A41D02 (or 0xA41D02) is known color: Fire Brick. HEX triplet: A4, 1D and 02. RGB value is (164,29,2). Sum of RGB (Red+Green+Blue) = 164+29+2=195 (25% of max value = 765). Red value is 164 (64.45% from 255 or 84.10% from 195); Green value is 29 (11.72% from 255 or 14.87% from 195); Blue value is 2 (1.17% from 255 or 1.03% from 195); Max value from RGB is 164 - color contains mainly: red. Hex color #A41D02 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A41D02 is #5BE2FD. Grayscale: #424242. Windows color (decimal): -6021886 or 138660. OLE color: 138660.

HSL color Cylindrical-coordinate representation of color #A41D02: hue angle of 10º degrees, saturation: 0.98, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A41D02 is Cyan = 0, Magento = 0.82, Yellow = 0.99 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 29 2 -
CMYK 0 0.82 0.99 0.36
HSL 10º 0.98% 0.33% -
HSV(B) 10º 0.99% 0.64% -
XYZ 15.76 8.78 0.92 -
YUV 66.29 91.73 197.7 -
System Red Green Blue C M Y K H S L
Decimal 164 29 2 0 0.82 0.99 0.36 10 0.98 0.33
Hex A4 1D 2 0 52 63 24 A 62 21
Octal 244 35 2 0 122 143 44 12 142 41
Binary 10100100 11101 10 0 1010010 1100011 100100 1010 1100010 100001

Color Harmonies of #A41D02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41D02

Black with #A41D02

Text Example


Text Example

White with #A41D02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41D02; }

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

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

background-color css

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

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

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

border-color css

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

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

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