Html Css Color HEX #AB250B Fire Brick

📋 copy color: '#AB250B'

red 171 ◦ green 37 ◦ blue 11

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

Shades of Fire Brick #AB250B

Tints of Fire Brick #AB250B

RGB

 RED value IS 171 (67.19% from 255) = 78.08%

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

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

R = 78.08%
G = 16.89%
B = 5.02%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.94

 K value IS 0.33

RGB Variations

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

Color information

#AB250B (or 0xAB250B) is known color: Fire Brick. HEX triplet: AB, 25 and 0B. RGB value is (171,37,11). Sum of RGB (Red+Green+Blue) = 171+37+11=219 (29% of max value = 765). Red value is 171 (67.19% from 255 or 78.08% from 219); Green value is 37 (14.84% from 255 or 16.89% from 219); Blue value is 11 (4.69% from 255 or 5.02% from 219); Max value from RGB is 171 - color contains mainly: red. Hex color #AB250B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB250B is #54DAF4. Grayscale: #4A4A4A. Windows color (decimal): -5561077 or 730539. OLE color: 730539.

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

Color convert

RGB 171 37 11 -
CMYK 0 0.78 0.94 0.33
HSL 9.75º 0.88% 0.36% -
HSV(B) 9.75º 0.94% 0.67% -
XYZ 17.52 10.01 1.32 -
YUV 74.1 92.39 197.11 -
System Red Green Blue C M Y K H S L
Decimal 171 37 11 0 0.78 0.94 0.33 9.75 0.88 0.36
Hex AB 25 B 0 4E 5E 21 A 58 24
Octal 253 45 13 0 116 136 41 12 130 44
Binary 10101011 100101 1011 0 1001110 1011110 100001 1010 1011000 100100

Color Harmonies of #AB250B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB250B

Black with #AB250B

Text Example


Text Example

White with #AB250B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB250B; }

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

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

background-color css

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

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

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

border-color css

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

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

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