Html Css Color HEX #A33725 Rock Spray

📋 copy color: '#A33725'

red 163 ◦ green 55 ◦ blue 37

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

Shades of Rock Spray #A33725

Tints of Rock Spray #A33725

RGB

 RED value IS 163 (64.06% from 255) = 63.92%

 GREEN value IS 55 (21.88% from 255) = 21.57%

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

R = 63.92%
G = 21.57%
B = 14.51%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.77

 K value IS 0.36

RGB Variations

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

Color information

#A33725 (or 0xA33725) is known color: Rock Spray. HEX triplet: A3, 37 and 25. RGB value is (163,55,37). Sum of RGB (Red+Green+Blue) = 163+55+37=255 (33% of max value = 765). Red value is 163 (64.06% from 255 or 63.92% from 255); Green value is 55 (21.88% from 255 or 21.57% from 255); Blue value is 37 (14.84% from 255 or 14.51% from 255); Max value from RGB is 163 - color contains mainly: red. Hex color #A33725 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A33725 is #5CC8DA. Grayscale: #555555. Windows color (decimal): -6080731 or 2439075. OLE color: 2439075.

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

Color convert

RGB 163 55 37 -
CMYK 0 0.66 0.77 0.36
HSL 8.57º 0.63% 0.39% -
HSV(B) 8.57º 0.77% 0.64% -
XYZ 16.8 10.65 2.92 -
YUV 85.24 100.78 183.46 -
System Red Green Blue C M Y K H S L
Decimal 163 55 37 0 0.66 0.77 0.36 8.57 0.63 0.39
Hex A3 37 25 0 42 4D 24 9 3F 27
Octal 243 67 45 0 102 115 44 11 77 47
Binary 10100011 110111 100101 0 1000010 1001101 100100 1001 111111 100111

Color Harmonies of #A33725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A33725

Black with #A33725

Text Example


Text Example

White with #A33725

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A33725; }

 p { color: rgb(163,55,37); }

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

background-color css

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

 a { background-color: rgb(163,55,37); }

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

border-color css

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

 span { border-color: rgb(163,55,37); }

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