Html Css Color HEX #A02313 Fire Brick

📋 copy color: '#A02313'

red 160 ◦ green 35 ◦ blue 19

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

Shades of Fire Brick #A02313

Tints of Fire Brick #A02313

RGB

 RED value IS 160 (62.89% from 255) = 74.77%

 GREEN value IS 35 (14.06% from 255) = 16.36%

 BLUE value IS 19 (7.81% from 255) = 8.88%

R = 74.77%
G = 16.36%
B = 8.88%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.88

 K value IS 0.37

RGB Variations

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

Color information

#A02313 (or 0xA02313) is known color: Fire Brick. HEX triplet: A0, 23 and 13. RGB value is (160,35,19). Sum of RGB (Red+Green+Blue) = 160+35+19=214 (28% of max value = 765). Red value is 160 (62.89% from 255 or 74.77% from 214); Green value is 35 (14.06% from 255 or 16.36% from 214); Blue value is 19 (7.81% from 255 or 8.88% from 214); Max value from RGB is 160 - color contains mainly: red. Hex color #A02313 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A02313 is #5FDCEC. Grayscale: #464646. Windows color (decimal): -6282477 or 1254304. OLE color: 1254304.

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

Color convert

RGB 160 35 19 -
CMYK 0 0.78 0.88 0.37
HSL 6.81º 0.79% 0.35% -
HSV(B) 6.81º 0.88% 0.63% -
XYZ 15.22 8.72 1.5 -
YUV 70.55 98.91 191.8 -
System Red Green Blue C M Y K H S L
Decimal 160 35 19 0 0.78 0.88 0.37 6.81 0.79 0.35
Hex A0 23 13 0 4E 58 25 7 4F 23
Octal 240 43 23 0 116 130 45 7 117 43
Binary 10100000 100011 10011 0 1001110 1011000 100101 111 1001111 100011

Color Harmonies of #A02313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A02313

Black with #A02313

Text Example


Text Example

White with #A02313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A02313; }

 p { color: rgb(160,35,19); }

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

background-color css

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

 a { background-color: rgb(160,35,19); }

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

border-color css

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

 span { border-color: rgb(160,35,19); }

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