Html Css Color HEX #A23D25 Rock Spray

📋 copy color: '#A23D25'

red 162 ◦ green 61 ◦ blue 37

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

Shades of Rock Spray #A23D25

Tints of Rock Spray #A23D25

RGB

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

 GREEN value IS 61 (24.22% from 255) = 23.46%

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

R = 62.31%
G = 23.46%
B = 14.23%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.77

 K value IS 0.36

RGB Variations

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

Color information

#A23D25 (or 0xA23D25) is known color: Rock Spray. HEX triplet: A2, 3D and 25. RGB value is (162,61,37). Sum of RGB (Red+Green+Blue) = 162+61+37=260 (34% of max value = 765). Red value is 162 (63.67% from 255 or 62.31% from 260); Green value is 61 (24.22% from 255 or 23.46% from 260); Blue value is 37 (14.84% from 255 or 14.23% from 260); Max value from RGB is 162 - color contains mainly: red. Hex color #A23D25 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A23D25 is #5DC2DA. Grayscale: #585858. Windows color (decimal): -6144731 or 2440610. OLE color: 2440610.

HSL color Cylindrical-coordinate representation of color #A23D25: hue angle of 11.52º 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 #A23D25 is Cyan = 0, Magento = 0.62, Yellow = 0.77 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 61 37 -
CMYK 0 0.62 0.77 0.36
HSL 11.52º 0.63% 0.39% -
HSV(B) 11.52º 0.77% 0.64% -
XYZ 16.9 11.15 3.01 -
YUV 88.46 98.96 180.45 -
System Red Green Blue C M Y K H S L
Decimal 162 61 37 0 0.62 0.77 0.36 11.52 0.63 0.39
Hex A2 3D 25 0 3E 4D 24 C 3F 27
Octal 242 75 45 0 76 115 44 14 77 47
Binary 10100010 111101 100101 0 111110 1001101 100100 1100 111111 100111

Color Harmonies of #A23D25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A23D25

Black with #A23D25

Text Example


Text Example

White with #A23D25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A23D25; }

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

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

background-color css

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

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

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

border-color css

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

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

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