Html Css Color HEX #A32414 Fire Brick

📋 copy color: '#A32414'

red 163 ◦ green 36 ◦ blue 20

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

Shades of Fire Brick #A32414

Tints of Fire Brick #A32414

RGB

 RED value IS 163 (64.06% from 255) = 74.43%

 GREEN value IS 36 (14.45% from 255) = 16.44%

 BLUE value IS 20 (8.2% from 255) = 9.13%

R = 74.43%
G = 16.44%
B = 9.13%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.88

 K value IS 0.36

RGB Variations

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

Color information

#A32414 (or 0xA32414) is known color: Fire Brick. HEX triplet: A3, 24 and 14. RGB value is (163,36,20). Sum of RGB (Red+Green+Blue) = 163+36+20=219 (29% of max value = 765). Red value is 163 (64.06% from 255 or 74.43% from 219); Green value is 36 (14.45% from 255 or 16.44% from 219); Blue value is 20 (8.20% from 255 or 9.13% from 219); Max value from RGB is 163 - color contains mainly: red. Hex color #A32414 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A32414 is #5CDBEB. Grayscale: #484848. Windows color (decimal): -6085612 or 1320099. OLE color: 1320099.

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

Color convert

RGB 163 36 20 -
CMYK 0 0.78 0.88 0.36
HSL 6.71º 0.78% 0.36% -
HSV(B) 6.71º 0.88% 0.64% -
XYZ 15.86 9.1 1.58 -
YUV 72.15 98.58 192.8 -
System Red Green Blue C M Y K H S L
Decimal 163 36 20 0 0.78 0.88 0.36 6.71 0.78 0.36
Hex A3 24 14 0 4E 58 24 7 4E 24
Octal 243 44 24 0 116 130 44 7 116 44
Binary 10100011 100100 10100 0 1001110 1011000 100100 111 1001110 100100

Color Harmonies of #A32414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A32414

Black with #A32414

Text Example


Text Example

White with #A32414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A32414; }

 p { color: rgb(163,36,20); }

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

background-color css

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

 a { background-color: rgb(163,36,20); }

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

border-color css

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

 span { border-color: rgb(163,36,20); }

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