Html Css Color HEX #A0250B Fire Brick

📋 copy color: '#A0250B'

red 160 ◦ green 37 ◦ blue 11

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

Shades of Fire Brick #A0250B

Tints of Fire Brick #A0250B

RGB

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

 GREEN value IS 37 (14.84% from 255) = 17.79%

 BLUE value IS 11 (4.69% from 255) = 5.29%

R = 76.92%
G = 17.79%
B = 5.29%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.93

 K value IS 0.37

RGB Variations

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

Color information

#A0250B (or 0xA0250B) is known color: Fire Brick. HEX triplet: A0, 25 and 0B. RGB value is (160,37,11). Sum of RGB (Red+Green+Blue) = 160+37+11=208 (27% of max value = 765). Red value is 160 (62.89% from 255 or 76.92% from 208); Green value is 37 (14.84% from 255 or 17.79% from 208); Blue value is 11 (4.69% from 255 or 5.29% from 208); Max value from RGB is 160 - color contains mainly: red. Hex color #A0250B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A0250B is #5FDAF4. Grayscale: #474747. Windows color (decimal): -6281973 or 730528. OLE color: 730528.

HSL color Cylindrical-coordinate representation of color #A0250B: hue angle of 10.47º degrees, saturation: 0.87, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A0250B is Cyan = 0, Magento = 0.77, Yellow = 0.93 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 37 11 -
CMYK 0 0.77 0.93 0.37
HSL 10.47º 0.87% 0.34% -
HSV(B) 10.47º 0.93% 0.63% -
XYZ 15.22 8.82 1.22 -
YUV 70.81 94.25 191.61 -
System Red Green Blue C M Y K H S L
Decimal 160 37 11 0 0.77 0.93 0.37 10.47 0.87 0.34
Hex A0 25 B 0 4D 5D 25 A 57 22
Octal 240 45 13 0 115 135 45 12 127 42
Binary 10100000 100101 1011 0 1001101 1011101 100101 1010 1010111 100010

Color Harmonies of #A0250B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0250B

Black with #A0250B

Text Example


Text Example

White with #A0250B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0250B; }

 p { color: rgb(160,37,11); }

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

background-color css

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

 a { background-color: rgb(160,37,11); }

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

border-color css

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

 span { border-color: rgb(160,37,11); }

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