Html Css Color HEX #A41C02 Fire Brick

📋 copy color: '#A41C02'

red 164 ◦ green 28 ◦ blue 2

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

Shades of Fire Brick #A41C02

Tints of Fire Brick #A41C02

RGB

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

 GREEN value IS 28 (11.33% from 255) = 14.43%

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

R = 84.54%
G = 14.43%
B = 1.03%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.99

 K value IS 0.36

RGB Variations

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

Color information

#A41C02 (or 0xA41C02) is known color: Fire Brick. HEX triplet: A4, 1C and 02. RGB value is (164,28,2). Sum of RGB (Red+Green+Blue) = 164+28+2=194 (25% of max value = 765). Red value is 164 (64.45% from 255 or 84.54% from 194); Green value is 28 (11.33% from 255 or 14.43% from 194); Blue value is 2 (1.17% from 255 or 1.03% from 194); Max value from RGB is 164 - color contains mainly: red. Hex color #A41C02 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A41C02 is #5BE3FD. Grayscale: #414141. Windows color (decimal): -6022142 or 138404. OLE color: 138404.

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

Color convert

RGB 164 28 2 -
CMYK 0 0.83 0.99 0.36
HSL 9.63º 0.98% 0.33% -
HSV(B) 9.63º 0.99% 0.64% -
XYZ 15.74 8.73 0.91 -
YUV 65.7 92.06 198.11 -
System Red Green Blue C M Y K H S L
Decimal 164 28 2 0 0.83 0.99 0.36 9.63 0.98 0.33
Hex A4 1C 2 0 53 63 24 A 62 21
Octal 244 34 2 0 123 143 44 12 142 41
Binary 10100100 11100 10 0 1010011 1100011 100100 1010 1100010 100001

Color Harmonies of #A41C02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41C02

Black with #A41C02

Text Example


Text Example

White with #A41C02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41C02; }

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

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

background-color css

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

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

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

border-color css

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

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

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