Html Css Color HEX #AB231D Fire Brick

📋 copy color: '#AB231D'

red 171 ◦ green 35 ◦ blue 29

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

Shades of Fire Brick #AB231D

Tints of Fire Brick #AB231D

RGB

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

 GREEN value IS 35 (14.06% from 255) = 14.89%

 BLUE value IS 29 (11.72% from 255) = 12.34%

R = 72.77%
G = 14.89%
B = 12.34%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.83

 K value IS 0.33

RGB Variations

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

Color information

#AB231D (or 0xAB231D) is known color: Fire Brick. HEX triplet: AB, 23 and 1D. RGB value is (171,35,29). Sum of RGB (Red+Green+Blue) = 171+35+29=235 (31% of max value = 765). Red value is 171 (67.19% from 255 or 72.77% from 235); Green value is 35 (14.06% from 255 or 14.89% from 235); Blue value is 29 (11.72% from 255 or 12.34% from 235); Max value from RGB is 171 - color contains mainly: red. Hex color #AB231D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB231D is #54DCE2. Grayscale: #4B4B4B. Windows color (decimal): -5561571 or 1909675. OLE color: 1909675.

HSL color Cylindrical-coordinate representation of color #AB231D: hue angle of 2.54º degrees, saturation: 0.71, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AB231D is Cyan = 0, Magento = 0.80, Yellow = 0.83 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 35 29 -
CMYK 0 0.80 0.83 0.33
HSL 2.54º 0.71% 0.39% -
HSV(B) 2.54º 0.83% 0.67% -
XYZ 17.62 9.95 2.15 -
YUV 74.98 102.06 196.49 -
System Red Green Blue C M Y K H S L
Decimal 171 35 29 0 0.80 0.83 0.33 2.54 0.71 0.39
Hex AB 23 1D 0 50 53 21 3 47 27
Octal 253 43 35 0 120 123 41 3 107 47
Binary 10101011 100011 11101 0 1010000 1010011 100001 11 1000111 100111

Color Harmonies of #AB231D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB231D

Black with #AB231D

Text Example


Text Example

White with #AB231D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB231D; }

 p { color: rgb(171,35,29); }

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

background-color css

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

 a { background-color: rgb(171,35,29); }

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

border-color css

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

 span { border-color: rgb(171,35,29); }

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