Html Css Color HEX #A33308 Rust

📋 copy color: '#A33308'

red 163 ◦ green 51 ◦ blue 8

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

Shades of Rust #A33308

Tints of Rust #A33308

RGB

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

 GREEN value IS 51 (20.31% from 255) = 22.97%

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

R = 73.42%
G = 22.97%
B = 3.6%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.95

 K value IS 0.36

RGB Variations

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

Color information

#A33308 (or 0xA33308) is known color: Rust. HEX triplet: A3, 33 and 08. RGB value is (163,51,8). Sum of RGB (Red+Green+Blue) = 163+51+8=222 (29% of max value = 765). Red value is 163 (64.06% from 255 or 73.42% from 222); Green value is 51 (20.31% from 255 or 22.97% from 222); Blue value is 8 (3.52% from 255 or 3.60% from 222); Max value from RGB is 163 - color contains mainly: red. Hex color #A33308 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A33308 is #5CCCF7. Grayscale: #4F4F4F. Windows color (decimal): -6081784 or 537507. OLE color: 537507.

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

Color convert

RGB 163 51 8 -
CMYK 0 0.69 0.95 0.36
HSL 16.65º 0.91% 0.34% -
HSV(B) 16.65º 0.95% 0.64% -
XYZ 16.33 10.17 1.33 -
YUV 79.59 87.61 187.5 -
System Red Green Blue C M Y K H S L
Decimal 163 51 8 0 0.69 0.95 0.36 16.65 0.91 0.34
Hex A3 33 8 0 45 5F 24 11 5B 22
Octal 243 63 10 0 105 137 44 21 133 42
Binary 10100011 110011 1000 0 1000101 1011111 100100 10001 1011011 100010

Color Harmonies of #A33308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A33308

Black with #A33308

Text Example


Text Example

White with #A33308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A33308; }

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

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

background-color css

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

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

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

border-color css

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

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

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