Html Css Color HEX #B35303 Rust

📋 copy color: '#B35303'

red 179 ◦ green 83 ◦ blue 3

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

Shades of Rust #B35303

Tints of Rust #B35303

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.13%

R = 67.55%
G = 31.32%
B = 1.13%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.98

 K value IS 0.30

RGB Variations

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

Color information

#B35303 (or 0xB35303) is known color: Rust. HEX triplet: B3, 53 and 03. RGB value is (179,83,3). Sum of RGB (Red+Green+Blue) = 179+83+3=265 (35% of max value = 765). Red value is 179 (70.31% from 255 or 67.55% from 265); Green value is 83 (32.81% from 255 or 31.32% from 265); Blue value is 3 (1.56% from 255 or 1.13% from 265); Max value from RGB is 179 - color contains mainly: red. Hex color #B35303 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B35303 is #4CACFC. Grayscale: #666666. Windows color (decimal): -5025021 or 218035. OLE color: 218035.

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

Color convert

RGB 179 83 3 -
CMYK 0 0.54 0.98 0.30
HSL 27.27º 0.97% 0.36% -
HSV(B) 27.27º 0.98% 0.7% -
XYZ 21.7 15.78 1.99 -
YUV 102.58 71.8 182.5 -
System Red Green Blue C M Y K H S L
Decimal 179 83 3 0 0.54 0.98 0.30 27.27 0.97 0.36
Hex B3 53 3 0 36 62 1E 1B 61 24
Octal 263 123 3 0 66 142 36 33 141 44
Binary 10110011 1010011 11 0 110110 1100010 11110 11011 1100001 100100

Color Harmonies of #B35303

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B35303

Black with #B35303

Text Example


Text Example

White with #B35303

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B35303; }

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

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

background-color css

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

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

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

border-color css

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

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

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