Html Css Color HEX #A33821 Rock Spray

📋 copy color: '#A33821'

red 163 ◦ green 56 ◦ blue 33

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

Shades of Rock Spray #A33821

Tints of Rock Spray #A33821

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 13.1%

R = 64.68%
G = 22.22%
B = 13.1%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.80

 K value IS 0.36

RGB Variations

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

Color information

#A33821 (or 0xA33821) is known color: Rock Spray. HEX triplet: A3, 38 and 21. RGB value is (163,56,33). Sum of RGB (Red+Green+Blue) = 163+56+33=252 (33% of max value = 765). Red value is 163 (64.06% from 255 or 64.68% from 252); Green value is 56 (22.27% from 255 or 22.22% from 252); Blue value is 33 (13.28% from 255 or 13.10% from 252); Max value from RGB is 163 - color contains mainly: red. Hex color #A33821 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A33821 is #5CC7DE. Grayscale: #555555. Windows color (decimal): -6080479 or 2177187. OLE color: 2177187.

HSL color Cylindrical-coordinate representation of color #A33821: hue angle of 10.62º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A33821 is Cyan = 0, Magento = 0.66, Yellow = 0.80 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 56 33 -
CMYK 0 0.66 0.80 0.36
HSL 10.62º 0.66% 0.38% -
HSV(B) 10.62º 0.8% 0.64% -
XYZ 16.79 10.72 2.62 -
YUV 85.37 98.45 183.37 -
System Red Green Blue C M Y K H S L
Decimal 163 56 33 0 0.66 0.80 0.36 10.62 0.66 0.38
Hex A3 38 21 0 42 50 24 B 42 26
Octal 243 70 41 0 102 120 44 13 102 46
Binary 10100011 111000 100001 0 1000010 1010000 100100 1011 1000010 100110

Color Harmonies of #A33821

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A33821

Black with #A33821

Text Example


Text Example

White with #A33821

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A33821; }

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

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

background-color css

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

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

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

border-color css

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

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

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