Html Css Color HEX #AB411F Rock Spray

📋 copy color: '#AB411F'

red 171 ◦ green 65 ◦ blue 31

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

Shades of Rock Spray #AB411F

Tints of Rock Spray #AB411F

RGB

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

 GREEN value IS 65 (25.78% from 255) = 24.34%

 BLUE value IS 31 (12.5% from 255) = 11.61%

R = 64.04%
G = 24.34%
B = 11.61%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.82

 K value IS 0.33

RGB Variations

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

Color information

#AB411F (or 0xAB411F) is known color: Rock Spray. HEX triplet: AB, 41 and 1F. RGB value is (171,65,31). Sum of RGB (Red+Green+Blue) = 171+65+31=267 (35% of max value = 765). Red value is 171 (67.19% from 255 or 64.04% from 267); Green value is 65 (25.78% from 255 or 24.34% from 267); Blue value is 31 (12.5% from 255 or 11.61% from 267); Max value from RGB is 171 - color contains mainly: red. Hex color #AB411F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB411F is #54BEE0. Grayscale: #5D5D5D. Windows color (decimal): -5553889 or 2048427. OLE color: 2048427.

HSL color Cylindrical-coordinate representation of color #AB411F: hue angle of 14.57º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AB411F is Cyan = 0, Magento = 0.62, Yellow = 0.82 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 65 31 -
CMYK 0 0.62 0.82 0.33
HSL 14.57º 0.69% 0.4% -
HSV(B) 14.57º 0.82% 0.67% -
XYZ 18.93 12.54 2.72 -
YUV 92.82 93.12 183.76 -
System Red Green Blue C M Y K H S L
Decimal 171 65 31 0 0.62 0.82 0.33 14.57 0.69 0.4
Hex AB 41 1F 0 3E 52 21 F 45 28
Octal 253 101 37 0 76 122 41 17 105 50
Binary 10101011 1000001 11111 0 111110 1010010 100001 1111 1000101 101000

Color Harmonies of #AB411F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB411F

Black with #AB411F

Text Example


Text Example

White with #AB411F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB411F; }

 p { color: rgb(171,65,31); }

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

background-color css

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

 a { background-color: rgb(171,65,31); }

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

border-color css

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

 span { border-color: rgb(171,65,31); }

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