Html Css Color HEX #A53F2D Rock Spray

📋 copy color: '#A53F2D'

red 165 ◦ green 63 ◦ blue 45

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

Shades of Rock Spray #A53F2D

Tints of Rock Spray #A53F2D

RGB

 RED value IS 165 (64.84% from 255) = 60.44%

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

 BLUE value IS 45 (17.97% from 255) = 16.48%

R = 60.44%
G = 23.08%
B = 16.48%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.73

 K value IS 0.35

RGB Variations

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

Color information

#A53F2D (or 0xA53F2D) is known color: Rock Spray. HEX triplet: A5, 3F and 2D. RGB value is (165,63,45). Sum of RGB (Red+Green+Blue) = 165+63+45=273 (36% of max value = 765). Red value is 165 (64.84% from 255 or 60.44% from 273); Green value is 63 (25% from 255 or 23.08% from 273); Blue value is 45 (17.97% from 255 or 16.48% from 273); Max value from RGB is 165 - color contains mainly: red. Hex color #A53F2D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A53F2D is #5AC0D2. Grayscale: #5B5B5B. Windows color (decimal): -5947603 or 2965413. OLE color: 2965413.

HSL color Cylindrical-coordinate representation of color #A53F2D: hue angle of 9º degrees, saturation: 0.57, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A53F2D is Cyan = 0, Magento = 0.62, Yellow = 0.73 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 63 45 -
CMYK 0 0.62 0.73 0.35
HSL 0.57% 0.41% -
HSV(B) 0.73% 0.65% -
XYZ 17.77 11.74 3.81 -
YUV 91.45 101.79 180.46 -
System Red Green Blue C M Y K H S L
Decimal 165 63 45 0 0.62 0.73 0.35 9 0.57 0.41
Hex A5 3F 2D 0 3E 49 23 9 39 29
Octal 245 77 55 0 76 111 43 11 71 51
Binary 10100101 111111 101101 0 111110 1001001 100011 1001 111001 101001

Color Harmonies of #A53F2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A53F2D

Black with #A53F2D

Text Example


Text Example

White with #A53F2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A53F2D; }

 p { color: rgb(165,63,45); }

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

background-color css

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

 a { background-color: rgb(165,63,45); }

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

border-color css

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

 span { border-color: rgb(165,63,45); }

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