Html Css Color HEX #A23A23 Rock Spray

📋 copy color: '#A23A23'

red 162 ◦ green 58 ◦ blue 35

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

Shades of Rock Spray #A23A23

Tints of Rock Spray #A23A23

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 13.73%

R = 63.53%
G = 22.75%
B = 13.73%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.78

 K value IS 0.36

RGB Variations

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

Color information

#A23A23 (or 0xA23A23) is known color: Rock Spray. HEX triplet: A2, 3A and 23. RGB value is (162,58,35). Sum of RGB (Red+Green+Blue) = 162+58+35=255 (33% of max value = 765). Red value is 162 (63.67% from 255 or 63.53% from 255); Green value is 58 (23.05% from 255 or 22.75% from 255); Blue value is 35 (14.06% from 255 or 13.73% from 255); Max value from RGB is 162 - color contains mainly: red. Hex color #A23A23 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A23A23 is #5DC5DC. Grayscale: #565656. Windows color (decimal): -6145501 or 2308770. OLE color: 2308770.

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

Color convert

RGB 162 58 35 -
CMYK 0 0.64 0.78 0.36
HSL 10.87º 0.64% 0.39% -
HSV(B) 10.87º 0.78% 0.64% -
XYZ 16.72 10.83 2.8 -
YUV 86.47 98.96 181.87 -
System Red Green Blue C M Y K H S L
Decimal 162 58 35 0 0.64 0.78 0.36 10.87 0.64 0.39
Hex A2 3A 23 0 40 4E 24 B 40 27
Octal 242 72 43 0 100 116 44 13 100 47
Binary 10100010 111010 100011 0 1000000 1001110 100100 1011 1000000 100111

Color Harmonies of #A23A23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A23A23

Black with #A23A23

Text Example


Text Example

White with #A23A23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A23A23; }

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

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

background-color css

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

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

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

border-color css

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

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

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