Html Css Color HEX #A23825 Rock Spray

📋 copy color: '#A23825'

red 162 ◦ green 56 ◦ blue 37

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

Shades of Rock Spray #A23825

Tints of Rock Spray #A23825

RGB

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

 GREEN value IS 56 (22.27% from 255) = 21.96%

 BLUE value IS 37 (14.84% from 255) = 14.51%

R = 63.53%
G = 21.96%
B = 14.51%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.77

 K value IS 0.36

RGB Variations

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

Color information

#A23825 (or 0xA23825) is known color: Rock Spray. HEX triplet: A2, 38 and 25. RGB value is (162,56,37). Sum of RGB (Red+Green+Blue) = 162+56+37=255 (33% of max value = 765). Red value is 162 (63.67% from 255 or 63.53% from 255); Green value is 56 (22.27% from 255 or 21.96% from 255); Blue value is 37 (14.84% from 255 or 14.51% from 255); Max value from RGB is 162 - color contains mainly: red. Hex color #A23825 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A23825 is #5DC7DA. Grayscale: #555555. Windows color (decimal): -6146011 or 2439330. OLE color: 2439330.

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

Color convert

RGB 162 56 37 -
CMYK 0 0.65 0.77 0.36
HSL 9.12º 0.63% 0.39% -
HSV(B) 9.12º 0.77% 0.64% -
XYZ 16.65 10.64 2.93 -
YUV 85.53 100.62 182.54 -
System Red Green Blue C M Y K H S L
Decimal 162 56 37 0 0.65 0.77 0.36 9.12 0.63 0.39
Hex A2 38 25 0 41 4D 24 9 3F 27
Octal 242 70 45 0 101 115 44 11 77 47
Binary 10100010 111000 100101 0 1000001 1001101 100100 1001 111111 100111

Color Harmonies of #A23825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A23825

Black with #A23825

Text Example


Text Example

White with #A23825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A23825; }

 p { color: rgb(162,56,37); }

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

background-color css

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

 a { background-color: rgb(162,56,37); }

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

border-color css

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

 span { border-color: rgb(162,56,37); }

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