Html Css Color HEX #A23B2E Rock Spray

📋 copy color: '#A23B2E'

red 162 ◦ green 59 ◦ blue 46

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

Shades of Rock Spray #A23B2E

Tints of Rock Spray #A23B2E

RGB

 RED value IS 162 (63.67% from 255) = 60.67%

 GREEN value IS 59 (23.44% from 255) = 22.1%

 BLUE value IS 46 (18.36% from 255) = 17.23%

R = 60.67%
G = 22.1%
B = 17.23%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.72

 K value IS 0.36

RGB Variations

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

Color information

#A23B2E (or 0xA23B2E) is known color: Rock Spray. HEX triplet: A2, 3B and 2E. RGB value is (162,59,46). Sum of RGB (Red+Green+Blue) = 162+59+46=267 (35% of max value = 765). Red value is 162 (63.67% from 255 or 60.67% from 267); Green value is 59 (23.44% from 255 or 22.10% from 267); Blue value is 46 (18.36% from 255 or 17.23% from 267); Max value from RGB is 162 - color contains mainly: red. Hex color #A23B2E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A23B2E is #5DC4D1. Grayscale: #585858. Windows color (decimal): -6145234 or 3029922. OLE color: 3029922.

HSL color Cylindrical-coordinate representation of color #A23B2E: hue angle of 6.72º degrees, saturation: 0.56, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A23B2E is Cyan = 0, Magento = 0.64, Yellow = 0.72 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 59 46 -
CMYK 0 0.64 0.72 0.36
HSL 6.72º 0.56% 0.41% -
HSV(B) 6.72º 0.72% 0.64% -
XYZ 16.96 11.01 3.82 -
YUV 88.32 104.12 180.56 -
System Red Green Blue C M Y K H S L
Decimal 162 59 46 0 0.64 0.72 0.36 6.72 0.56 0.41
Hex A2 3B 2E 0 40 48 24 7 38 29
Octal 242 73 56 0 100 110 44 7 70 51
Binary 10100010 111011 101110 0 1000000 1001000 100100 111 111000 101001

Color Harmonies of #A23B2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A23B2E

Black with #A23B2E

Text Example


Text Example

White with #A23B2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A23B2E; }

 p { color: rgb(162,59,46); }

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

background-color css

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

 a { background-color: rgb(162,59,46); }

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

border-color css

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

 span { border-color: rgb(162,59,46); }

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