Html Css Color HEX #B35002 Rust

📋 copy color: '#B35002'

red 179 ◦ green 80 ◦ blue 2

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

Shades of Rust #B35002

Tints of Rust #B35002

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.77%

R = 68.58%
G = 30.65%
B = 0.77%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.99

 K value IS 0.30

RGB Variations

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

Color information

#B35002 (or 0xB35002) is known color: Rust. HEX triplet: B3, 50 and 02. RGB value is (179,80,2). Sum of RGB (Red+Green+Blue) = 179+80+2=261 (34% of max value = 765). Red value is 179 (70.31% from 255 or 68.58% from 261); Green value is 80 (31.64% from 255 or 30.65% from 261); Blue value is 2 (1.17% from 255 or 0.77% from 261); Max value from RGB is 179 - color contains mainly: red. Hex color #B35002 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B35002 is #4CAFFD. Grayscale: #656565. Windows color (decimal): -5025790 or 151731. OLE color: 151731.

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

Color convert

RGB 179 80 2 -
CMYK 0 0.55 0.99 0.30
HSL 26.44º 0.98% 0.35% -
HSV(B) 26.44º 0.99% 0.7% -
XYZ 21.47 15.33 1.88 -
YUV 100.71 72.3 183.84 -
System Red Green Blue C M Y K H S L
Decimal 179 80 2 0 0.55 0.99 0.30 26.44 0.98 0.35
Hex B3 50 2 0 37 63 1E 1A 62 23
Octal 263 120 2 0 67 143 36 32 142 43
Binary 10110011 1010000 10 0 110111 1100011 11110 11010 1100010 100011

Color Harmonies of #B35002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B35002

Black with #B35002

Text Example


Text Example

White with #B35002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B35002; }

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

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

background-color css

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

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

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

border-color css

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

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

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