Html Css Color HEX #AB250C Fire Brick

📋 copy color: '#AB250C'

red 171 ◦ green 37 ◦ blue 12

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

Shades of Fire Brick #AB250C

Tints of Fire Brick #AB250C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 5.45%

R = 77.73%
G = 16.82%
B = 5.45%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.93

 K value IS 0.33

RGB Variations

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

Color information

#AB250C (or 0xAB250C) is known color: Fire Brick. HEX triplet: AB, 25 and 0C. RGB value is (171,37,12). Sum of RGB (Red+Green+Blue) = 171+37+12=220 (29% of max value = 765). Red value is 171 (67.19% from 255 or 77.73% from 220); Green value is 37 (14.84% from 255 or 16.82% from 220); Blue value is 12 (5.08% from 255 or 5.45% from 220); Max value from RGB is 171 - color contains mainly: red. Hex color #AB250C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB250C is #54DAF3. Grayscale: #4A4A4A. Windows color (decimal): -5561076 or 796075. OLE color: 796075.

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

Color convert

RGB 171 37 12 -
CMYK 0 0.78 0.93 0.33
HSL 9.43º 0.87% 0.36% -
HSV(B) 9.43º 0.93% 0.67% -
XYZ 17.52 10.01 1.36 -
YUV 74.22 92.89 197.03 -
System Red Green Blue C M Y K H S L
Decimal 171 37 12 0 0.78 0.93 0.33 9.43 0.87 0.36
Hex AB 25 C 0 4E 5D 21 9 57 24
Octal 253 45 14 0 116 135 41 11 127 44
Binary 10101011 100101 1100 0 1001110 1011101 100001 1001 1010111 100100

Color Harmonies of #AB250C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB250C

Black with #AB250C

Text Example


Text Example

White with #AB250C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB250C; }

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

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

background-color css

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

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

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

border-color css

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

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

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