Html Css Color HEX #AB3C25 Rock Spray

📋 copy color: '#AB3C25'

red 171 ◦ green 60 ◦ blue 37

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

Shades of Rock Spray #AB3C25

Tints of Rock Spray #AB3C25

RGB

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

 GREEN value IS 60 (23.83% from 255) = 22.39%

 BLUE value IS 37 (14.84% from 255) = 13.81%

R = 63.81%
G = 22.39%
B = 13.81%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.78

 K value IS 0.33

RGB Variations

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

Color information

#AB3C25 (or 0xAB3C25) is known color: Rock Spray. HEX triplet: AB, 3C and 25. RGB value is (171,60,37). Sum of RGB (Red+Green+Blue) = 171+60+37=268 (35% of max value = 765). Red value is 171 (67.19% from 255 or 63.81% from 268); Green value is 60 (23.83% from 255 or 22.39% from 268); Blue value is 37 (14.84% from 255 or 13.81% from 268); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3C25 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB3C25 is #54C3DA. Grayscale: #5A5A5A. Windows color (decimal): -5555163 or 2440363. OLE color: 2440363.

HSL color Cylindrical-coordinate representation of color #AB3C25: hue angle of 10.3º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AB3C25 is Cyan = 0, Magento = 0.65, Yellow = 0.78 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 60 37 -
CMYK 0 0.65 0.78 0.33
HSL 10.3º 0.64% 0.41% -
HSV(B) 10.3º 0.78% 0.67% -
XYZ 18.74 12.02 3.08 -
YUV 90.57 97.77 185.37 -
System Red Green Blue C M Y K H S L
Decimal 171 60 37 0 0.65 0.78 0.33 10.3 0.64 0.41
Hex AB 3C 25 0 41 4E 21 A 40 29
Octal 253 74 45 0 101 116 41 12 100 51
Binary 10101011 111100 100101 0 1000001 1001110 100001 1010 1000000 101001

Color Harmonies of #AB3C25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB3C25

Black with #AB3C25

Text Example


Text Example

White with #AB3C25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB3C25; }

 p { color: rgb(171,60,37); }

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

background-color css

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

 a { background-color: rgb(171,60,37); }

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

border-color css

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

 span { border-color: rgb(171,60,37); }

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