Html Css Color HEX #AB3D25 Rock Spray

📋 copy color: '#AB3D25'

red 171 ◦ green 61 ◦ blue 37

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

Shades of Rock Spray #AB3D25

Tints of Rock Spray #AB3D25

RGB

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

 GREEN value IS 61 (24.22% from 255) = 22.68%

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

R = 63.57%
G = 22.68%
B = 13.75%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.78

 K value IS 0.33

RGB Variations

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

Color information

#AB3D25 (or 0xAB3D25) is known color: Rock Spray. HEX triplet: AB, 3D and 25. RGB value is (171,61,37). Sum of RGB (Red+Green+Blue) = 171+61+37=269 (35% of max value = 765). Red value is 171 (67.19% from 255 or 63.57% from 269); Green value is 61 (24.22% from 255 or 22.68% from 269); Blue value is 37 (14.84% from 255 or 13.75% from 269); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3D25 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB3D25 is #54C2DA. Grayscale: #5B5B5B. Windows color (decimal): -5554907 or 2440619. OLE color: 2440619.

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

Color convert

RGB 171 61 37 -
CMYK 0 0.64 0.78 0.33
HSL 10.75º 0.64% 0.41% -
HSV(B) 10.75º 0.78% 0.67% -
XYZ 18.8 12.13 3.1 -
YUV 91.15 97.44 184.95 -
System Red Green Blue C M Y K H S L
Decimal 171 61 37 0 0.64 0.78 0.33 10.75 0.64 0.41
Hex AB 3D 25 0 40 4E 21 B 40 29
Octal 253 75 45 0 100 116 41 13 100 51
Binary 10101011 111101 100101 0 1000000 1001110 100001 1011 1000000 101001

Color Harmonies of #AB3D25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB3D25

Black with #AB3D25

Text Example


Text Example

White with #AB3D25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB3D25; }

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

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

background-color css

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

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

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

border-color css

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

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

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