Html Css Color HEX #A33928 Rock Spray

📋 copy color: '#A33928'

red 163 ◦ green 57 ◦ blue 40

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

Shades of Rock Spray #A33928

Tints of Rock Spray #A33928

RGB

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

 GREEN value IS 57 (22.66% from 255) = 21.92%

 BLUE value IS 40 (16.02% from 255) = 15.38%

R = 62.69%
G = 21.92%
B = 15.38%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.75

 K value IS 0.36

RGB Variations

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

Color information

#A33928 (or 0xA33928) is known color: Rock Spray. HEX triplet: A3, 39 and 28. RGB value is (163,57,40). Sum of RGB (Red+Green+Blue) = 163+57+40=260 (34% of max value = 765). Red value is 163 (64.06% from 255 or 62.69% from 260); Green value is 57 (22.66% from 255 or 21.92% from 260); Blue value is 40 (16.02% from 255 or 15.38% from 260); Max value from RGB is 163 - color contains mainly: red. Hex color #A33928 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A33928 is #5CC6D7. Grayscale: #565656. Windows color (decimal): -6080216 or 2636195. OLE color: 2636195.

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

Color convert

RGB 163 57 40 -
CMYK 0 0.65 0.75 0.36
HSL 8.29º 0.61% 0.4% -
HSV(B) 8.29º 0.75% 0.64% -
XYZ 16.95 10.87 3.21 -
YUV 86.76 101.62 182.38 -
System Red Green Blue C M Y K H S L
Decimal 163 57 40 0 0.65 0.75 0.36 8.29 0.61 0.4
Hex A3 39 28 0 41 4B 24 8 3D 28
Octal 243 71 50 0 101 113 44 10 75 50
Binary 10100011 111001 101000 0 1000001 1001011 100100 1000 111101 101000

Color Harmonies of #A33928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A33928

Black with #A33928

Text Example


Text Example

White with #A33928

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A33928; }

 p { color: rgb(163,57,40); }

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

background-color css

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

 a { background-color: rgb(163,57,40); }

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

border-color css

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

 span { border-color: rgb(163,57,40); }

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