Html Css Color HEX #B35003 Rust

📋 copy color: '#B35003'

red 179 ◦ green 80 ◦ blue 3

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

Shades of Rust #B35003

Tints of Rust #B35003

RGB

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

 GREEN value IS 80 (31.64% from 255) = 30.53%

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

R = 68.32%
G = 30.53%
B = 1.15%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.98

 K value IS 0.30

RGB Variations

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

Color information

#B35003 (or 0xB35003) is known color: Rust. HEX triplet: B3, 50 and 03. RGB value is (179,80,3). Sum of RGB (Red+Green+Blue) = 179+80+3=262 (34% of max value = 765). Red value is 179 (70.31% from 255 or 68.32% from 262); Green value is 80 (31.64% from 255 or 30.53% from 262); Blue value is 3 (1.56% from 255 or 1.15% from 262); Max value from RGB is 179 - color contains mainly: red. Hex color #B35003 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B35003 is #4CAFFC. Grayscale: #656565. Windows color (decimal): -5025789 or 217267. OLE color: 217267.

HSL color Cylindrical-coordinate representation of color #B35003: hue angle of 26.25º 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 #B35003 is Cyan = 0, Magento = 0.55, Yellow = 0.98 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 80 3 -
CMYK 0 0.55 0.98 0.30
HSL 26.25º 0.97% 0.36% -
HSV(B) 26.25º 0.98% 0.7% -
XYZ 21.48 15.33 1.91 -
YUV 100.82 72.8 183.76 -
System Red Green Blue C M Y K H S L
Decimal 179 80 3 0 0.55 0.98 0.30 26.25 0.97 0.36
Hex B3 50 3 0 37 62 1E 1A 61 24
Octal 263 120 3 0 67 142 36 32 141 44
Binary 10110011 1010000 11 0 110111 1100010 11110 11010 1100001 100100

Color Harmonies of #B35003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B35003

Black with #B35003

Text Example


Text Example

White with #B35003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B35003; }

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

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

background-color css

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

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

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

border-color css

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

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

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