Html Css Color HEX #A33808 Rust

📋 copy color: '#A33808'

red 163 ◦ green 56 ◦ blue 8

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

Shades of Rust #A33808

Tints of Rust #A33808

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 3.52%

R = 71.81%
G = 24.67%
B = 3.52%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.95

 K value IS 0.36

RGB Variations

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

Color information

#A33808 (or 0xA33808) is known color: Rust. HEX triplet: A3, 38 and 08. RGB value is (163,56,8). Sum of RGB (Red+Green+Blue) = 163+56+8=227 (30% of max value = 765). Red value is 163 (64.06% from 255 or 71.81% from 227); Green value is 56 (22.27% from 255 or 24.67% from 227); Blue value is 8 (3.52% from 255 or 3.52% from 227); Max value from RGB is 163 - color contains mainly: red. Hex color #A33808 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A33808 is #5CC7F7. Grayscale: #525252. Windows color (decimal): -6080504 or 538787. OLE color: 538787.

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

Color convert

RGB 163 56 8 -
CMYK 0 0.66 0.95 0.36
HSL 18.58º 0.91% 0.34% -
HSV(B) 18.58º 0.95% 0.64% -
XYZ 16.56 10.63 1.41 -
YUV 82.52 85.95 185.4 -
System Red Green Blue C M Y K H S L
Decimal 163 56 8 0 0.66 0.95 0.36 18.58 0.91 0.34
Hex A3 38 8 0 42 5F 24 13 5B 22
Octal 243 70 10 0 102 137 44 23 133 42
Binary 10100011 111000 1000 0 1000010 1011111 100100 10011 1011011 100010

Color Harmonies of #A33808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A33808

Black with #A33808

Text Example


Text Example

White with #A33808

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A33808; }

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

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

background-color css

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

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

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

border-color css

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

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

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