Html Css Color HEX #A4200F Fire Brick

📋 copy color: '#A4200F'

red 164 ◦ green 32 ◦ blue 15

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

Shades of Fire Brick #A4200F

Tints of Fire Brick #A4200F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 7.11%

R = 77.73%
G = 15.17%
B = 7.11%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.91

 K value IS 0.36

RGB Variations

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

Color information

#A4200F (or 0xA4200F) is known color: Fire Brick. HEX triplet: A4, 20 and 0F. RGB value is (164,32,15). Sum of RGB (Red+Green+Blue) = 164+32+15=211 (27% of max value = 765). Red value is 164 (64.45% from 255 or 77.73% from 211); Green value is 32 (12.89% from 255 or 15.17% from 211); Blue value is 15 (6.25% from 255 or 7.11% from 211); Max value from RGB is 164 - color contains mainly: red. Hex color #A4200F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A4200F is #5BDFF0. Grayscale: #454545. Windows color (decimal): -6021105 or 991396. OLE color: 991396.

HSL color Cylindrical-coordinate representation of color #A4200F: hue angle of 6.85º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A4200F is Cyan = 0, Magento = 0.80, Yellow = 0.91 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 32 15 -
CMYK 0 0.80 0.91 0.36
HSL 6.85º 0.83% 0.35% -
HSV(B) 6.85º 0.91% 0.64% -
XYZ 15.91 8.96 1.34 -
YUV 69.53 97.23 195.38 -
System Red Green Blue C M Y K H S L
Decimal 164 32 15 0 0.80 0.91 0.36 6.85 0.83 0.35
Hex A4 20 F 0 50 5B 24 7 53 23
Octal 244 40 17 0 120 133 44 7 123 43
Binary 10100100 100000 1111 0 1010000 1011011 100100 111 1010011 100011

Color Harmonies of #A4200F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4200F

Black with #A4200F

Text Example


Text Example

White with #A4200F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4200F; }

 p { color: rgb(164,32,15); }

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

background-color css

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

 a { background-color: rgb(164,32,15); }

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

border-color css

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

 span { border-color: rgb(164,32,15); }

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