Html Css Color HEX #AB270C Fire Brick

📋 copy color: '#AB270C'

red 171 ◦ green 39 ◦ blue 12

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

Shades of Fire Brick #AB270C

Tints of Fire Brick #AB270C

RGB

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

 GREEN value IS 39 (15.63% from 255) = 17.57%

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

R = 77.03%
G = 17.57%
B = 5.41%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.93

 K value IS 0.33

RGB Variations

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

Color information

#AB270C (or 0xAB270C) is known color: Fire Brick. HEX triplet: AB, 27 and 0C. RGB value is (171,39,12). Sum of RGB (Red+Green+Blue) = 171+39+12=222 (29% of max value = 765). Red value is 171 (67.19% from 255 or 77.03% from 222); Green value is 39 (15.62% from 255 or 17.57% from 222); Blue value is 12 (5.08% from 255 or 5.41% from 222); Max value from RGB is 171 - color contains mainly: red. Hex color #AB270C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB270C is #54D8F3. Grayscale: #4B4B4B. Windows color (decimal): -5560564 or 796587. OLE color: 796587.

HSL color Cylindrical-coordinate representation of color #AB270C: hue angle of 10.19º 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 #AB270C is Cyan = 0, Magento = 0.77, Yellow = 0.93 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 39 12 -
CMYK 0 0.77 0.93 0.33
HSL 10.19º 0.87% 0.36% -
HSV(B) 10.19º 0.93% 0.67% -
XYZ 17.59 10.14 1.38 -
YUV 75.39 92.23 196.2 -
System Red Green Blue C M Y K H S L
Decimal 171 39 12 0 0.77 0.93 0.33 10.19 0.87 0.36
Hex AB 27 C 0 4D 5D 21 A 57 24
Octal 253 47 14 0 115 135 41 12 127 44
Binary 10101011 100111 1100 0 1001101 1011101 100001 1010 1010111 100100

Color Harmonies of #AB270C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB270C

Black with #AB270C

Text Example


Text Example

White with #AB270C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB270C; }

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

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

background-color css

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

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

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

border-color css

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

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

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