Html Css Color HEX #B35313 Rust

📋 copy color: '#B35313'

red 179 ◦ green 83 ◦ blue 19

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

Shades of Rust #B35313

Tints of Rust #B35313

RGB

 RED value IS 179 (70.31% from 255) = 63.7%

 GREEN value IS 83 (32.81% from 255) = 29.54%

 BLUE value IS 19 (7.81% from 255) = 6.76%

R = 63.7%
G = 29.54%
B = 6.76%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.89

 K value IS 0.30

RGB Variations

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

Color information

#B35313 (or 0xB35313) is known color: Rust. HEX triplet: B3, 53 and 13. RGB value is (179,83,19). Sum of RGB (Red+Green+Blue) = 179+83+19=281 (37% of max value = 765). Red value is 179 (70.31% from 255 or 63.70% from 281); Green value is 83 (32.81% from 255 or 29.54% from 281); Blue value is 19 (7.81% from 255 or 6.76% from 281); Max value from RGB is 179 - color contains mainly: red. Hex color #B35313 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B35313 is #4CACEC. Grayscale: #686868. Windows color (decimal): -5025005 or 1266611. OLE color: 1266611.

HSL color Cylindrical-coordinate representation of color #B35313: hue angle of 24º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B35313 is Cyan = 0, Magento = 0.54, Yellow = 0.89 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 83 19 -
CMYK 0 0.54 0.89 0.30
HSL 24º 0.81% 0.39% -
HSV(B) 24º 0.89% 0.7% -
XYZ 21.8 15.82 2.52 -
YUV 104.41 79.8 181.2 -
System Red Green Blue C M Y K H S L
Decimal 179 83 19 0 0.54 0.89 0.30 24 0.81 0.39
Hex B3 53 13 0 36 59 1E 18 51 27
Octal 263 123 23 0 66 131 36 30 121 47
Binary 10110011 1010011 10011 0 110110 1011001 11110 11000 1010001 100111

Color Harmonies of #B35313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B35313

Black with #B35313

Text Example


Text Example

White with #B35313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B35313; }

 p { color: rgb(179,83,19); }

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

background-color css

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

 a { background-color: rgb(179,83,19); }

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

border-color css

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

 span { border-color: rgb(179,83,19); }

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