Html Css Color HEX #AB270D Fire Brick

📋 copy color: '#AB270D'

red 171 ◦ green 39 ◦ blue 13

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

Shades of Fire Brick #AB270D

Tints of Fire Brick #AB270D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 5.83%

R = 76.68%
G = 17.49%
B = 5.83%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.92

 K value IS 0.33

RGB Variations

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

Color information

#AB270D (or 0xAB270D) is known color: Fire Brick. HEX triplet: AB, 27 and 0D. RGB value is (171,39,13). Sum of RGB (Red+Green+Blue) = 171+39+13=223 (29% of max value = 765). Red value is 171 (67.19% from 255 or 76.68% from 223); Green value is 39 (15.62% from 255 or 17.49% from 223); Blue value is 13 (5.47% from 255 or 5.83% from 223); Max value from RGB is 171 - color contains mainly: red. Hex color #AB270D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB270D is #54D8F2. Grayscale: #4B4B4B. Windows color (decimal): -5560563 or 862123. OLE color: 862123.

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

Color convert

RGB 171 39 13 -
CMYK 0 0.77 0.92 0.33
HSL 9.87º 0.86% 0.36% -
HSV(B) 9.87º 0.92% 0.67% -
XYZ 17.59 10.14 1.41 -
YUV 75.5 92.73 196.11 -
System Red Green Blue C M Y K H S L
Decimal 171 39 13 0 0.77 0.92 0.33 9.87 0.86 0.36
Hex AB 27 D 0 4D 5C 21 A 56 24
Octal 253 47 15 0 115 134 41 12 126 44
Binary 10101011 100111 1101 0 1001101 1011100 100001 1010 1010110 100100

Color Harmonies of #AB270D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB270D

Black with #AB270D

Text Example


Text Example

White with #AB270D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB270D; }

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

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

background-color css

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

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

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

border-color css

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

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

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