Html Css Color HEX #A33828 Rock Spray

📋 copy color: '#A33828'

red 163 ◦ green 56 ◦ blue 40

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

Shades of Rock Spray #A33828

Tints of Rock Spray #A33828

RGB

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

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

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

R = 62.93%
G = 21.62%
B = 15.44%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.75

 K value IS 0.36

RGB Variations

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

Color information

#A33828 (or 0xA33828) is known color: Rock Spray. HEX triplet: A3, 38 and 28. RGB value is (163,56,40). Sum of RGB (Red+Green+Blue) = 163+56+40=259 (34% of max value = 765). Red value is 163 (64.06% from 255 or 62.93% from 259); Green value is 56 (22.27% from 255 or 21.62% from 259); Blue value is 40 (16.02% from 255 or 15.44% from 259); Max value from RGB is 163 - color contains mainly: red. Hex color #A33828 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A33828 is #5CC7D7. Grayscale: #565656. Windows color (decimal): -6080472 or 2635939. OLE color: 2635939.

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

Color convert

RGB 163 56 40 -
CMYK 0 0.66 0.75 0.36
HSL 7.8º 0.61% 0.4% -
HSV(B) 7.8º 0.75% 0.64% -
XYZ 16.9 10.77 3.2 -
YUV 86.17 101.95 182.8 -
System Red Green Blue C M Y K H S L
Decimal 163 56 40 0 0.66 0.75 0.36 7.8 0.61 0.4
Hex A3 38 28 0 42 4B 24 8 3D 28
Octal 243 70 50 0 102 113 44 10 75 50
Binary 10100011 111000 101000 0 1000010 1001011 100100 1000 111101 101000

Color Harmonies of #A33828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A33828

Black with #A33828

Text Example


Text Example

White with #A33828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A33828; }

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

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

background-color css

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

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

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

border-color css

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

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

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