Html Css Color HEX #A93308 Rust

📋 copy color: '#A93308'

red 169 ◦ green 51 ◦ blue 8

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

Shades of Rust #A93308

Tints of Rust #A93308

RGB

 RED value IS 169 (66.41% from 255) = 74.12%

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

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

R = 74.12%
G = 22.37%
B = 3.51%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.95

 K value IS 0.34

RGB Variations

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

Color information

#A93308 (or 0xA93308) is known color: Rust. HEX triplet: A9, 33 and 08. RGB value is (169,51,8). Sum of RGB (Red+Green+Blue) = 169+51+8=228 (30% of max value = 765). Red value is 169 (66.41% from 255 or 74.12% from 228); Green value is 51 (20.31% from 255 or 22.37% from 228); Blue value is 8 (3.52% from 255 or 3.51% from 228); Max value from RGB is 169 - color contains mainly: red. Hex color #A93308 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A93308 is #56CCF7. Grayscale: #515151. Windows color (decimal): -5688568 or 537513. OLE color: 537513.

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

Color convert

RGB 169 51 8 -
CMYK 0 0.70 0.95 0.34
HSL 16.02º 0.91% 0.35% -
HSV(B) 16.02º 0.95% 0.66% -
XYZ 17.59 10.82 1.39 -
YUV 81.38 86.59 190.5 -
System Red Green Blue C M Y K H S L
Decimal 169 51 8 0 0.70 0.95 0.34 16.02 0.91 0.35
Hex A9 33 8 0 46 5F 22 10 5B 23
Octal 251 63 10 0 106 137 42 20 133 43
Binary 10101001 110011 1000 0 1000110 1011111 100010 10000 1011011 100011

Color Harmonies of #A93308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A93308

Black with #A93308

Text Example


Text Example

White with #A93308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A93308; }

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

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

background-color css

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

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

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

border-color css

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

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

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