Html Css Color HEX #A23A21 Rock Spray

📋 copy color: '#A23A21'

red 162 ◦ green 58 ◦ blue 33

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

Shades of Rock Spray #A23A21

Tints of Rock Spray #A23A21

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 13.04%

R = 64.03%
G = 22.92%
B = 13.04%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.80

 K value IS 0.36

RGB Variations

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

Color information

#A23A21 (or 0xA23A21) is known color: Rock Spray. HEX triplet: A2, 3A and 21. RGB value is (162,58,33). Sum of RGB (Red+Green+Blue) = 162+58+33=253 (33% of max value = 765). Red value is 162 (63.67% from 255 or 64.03% from 253); Green value is 58 (23.05% from 255 or 22.92% from 253); Blue value is 33 (13.28% from 255 or 13.04% from 253); Max value from RGB is 162 - color contains mainly: red. Hex color #A23A21 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A23A21 is #5DC5DE. Grayscale: #565656. Windows color (decimal): -6145503 or 2177698. OLE color: 2177698.

HSL color Cylindrical-coordinate representation of color #A23A21: hue angle of 11.63º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A23A21 is Cyan = 0, Magento = 0.64, Yellow = 0.80 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 58 33 -
CMYK 0 0.64 0.80 0.36
HSL 11.63º 0.66% 0.38% -
HSV(B) 11.63º 0.8% 0.64% -
XYZ 16.69 10.82 2.65 -
YUV 86.25 97.96 182.03 -
System Red Green Blue C M Y K H S L
Decimal 162 58 33 0 0.64 0.80 0.36 11.63 0.66 0.38
Hex A2 3A 21 0 40 50 24 C 42 26
Octal 242 72 41 0 100 120 44 14 102 46
Binary 10100010 111010 100001 0 1000000 1010000 100100 1100 1000010 100110

Color Harmonies of #A23A21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A23A21

Black with #A23A21

Text Example


Text Example

White with #A23A21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A23A21; }

 p { color: rgb(162,58,33); }

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

background-color css

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

 a { background-color: rgb(162,58,33); }

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

border-color css

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

 span { border-color: rgb(162,58,33); }

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