Html Css Color HEX #A53A2B Rock Spray

📋 copy color: '#A53A2B'

red 165 ◦ green 58 ◦ blue 43

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

Shades of Rock Spray #A53A2B

Tints of Rock Spray #A53A2B

RGB

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

 GREEN value IS 58 (23.05% from 255) = 21.8%

 BLUE value IS 43 (17.19% from 255) = 16.17%

R = 62.03%
G = 21.8%
B = 16.17%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.74

 K value IS 0.35

RGB Variations

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

Color information

#A53A2B (or 0xA53A2B) is known color: Rock Spray. HEX triplet: A5, 3A and 2B. RGB value is (165,58,43). Sum of RGB (Red+Green+Blue) = 165+58+43=266 (35% of max value = 765). Red value is 165 (64.84% from 255 or 62.03% from 266); Green value is 58 (23.05% from 255 or 21.80% from 266); Blue value is 43 (17.19% from 255 or 16.17% from 266); Max value from RGB is 165 - color contains mainly: red. Hex color #A53A2B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A53A2B is #5AC5D4. Grayscale: #585858. Windows color (decimal): -5948885 or 2833061. OLE color: 2833061.

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

Color convert

RGB 165 58 43 -
CMYK 0 0.65 0.74 0.35
HSL 7.38º 0.59% 0.41% -
HSV(B) 7.38º 0.74% 0.65% -
XYZ 17.47 11.2 3.53 -
YUV 88.28 102.45 182.72 -
System Red Green Blue C M Y K H S L
Decimal 165 58 43 0 0.65 0.74 0.35 7.38 0.59 0.41
Hex A5 3A 2B 0 41 4A 23 7 3B 29
Octal 245 72 53 0 101 112 43 7 73 51
Binary 10100101 111010 101011 0 1000001 1001010 100011 111 111011 101001

Color Harmonies of #A53A2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A53A2B

Black with #A53A2B

Text Example


Text Example

White with #A53A2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A53A2B; }

 p { color: rgb(165,58,43); }

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

background-color css

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

 a { background-color: rgb(165,58,43); }

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

border-color css

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

 span { border-color: rgb(165,58,43); }

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