Html Css Color HEX #AB3F1F Rock Spray

📋 copy color: '#AB3F1F'

red 171 ◦ green 63 ◦ blue 31

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

Shades of Rock Spray #AB3F1F

Tints of Rock Spray #AB3F1F

RGB

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

 GREEN value IS 63 (25% from 255) = 23.77%

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

R = 64.53%
G = 23.77%
B = 11.7%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.82

 K value IS 0.33

RGB Variations

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

Color information

#AB3F1F (or 0xAB3F1F) is known color: Rock Spray. HEX triplet: AB, 3F and 1F. RGB value is (171,63,31). Sum of RGB (Red+Green+Blue) = 171+63+31=265 (35% of max value = 765). Red value is 171 (67.19% from 255 or 64.53% from 265); Green value is 63 (25% from 255 or 23.77% from 265); Blue value is 31 (12.5% from 255 or 11.70% from 265); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3F1F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB3F1F is #54C0E0. Grayscale: #5B5B5B. Windows color (decimal): -5554401 or 2047915. OLE color: 2047915.

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

Color convert

RGB 171 63 31 -
CMYK 0 0.63 0.82 0.33
HSL 13.71º 0.69% 0.4% -
HSV(B) 13.71º 0.82% 0.67% -
XYZ 18.82 12.31 2.68 -
YUV 91.64 93.78 184.6 -
System Red Green Blue C M Y K H S L
Decimal 171 63 31 0 0.63 0.82 0.33 13.71 0.69 0.4
Hex AB 3F 1F 0 3F 52 21 E 45 28
Octal 253 77 37 0 77 122 41 16 105 50
Binary 10101011 111111 11111 0 111111 1010010 100001 1110 1000101 101000

Color Harmonies of #AB3F1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB3F1F

Black with #AB3F1F

Text Example


Text Example

White with #AB3F1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB3F1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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