Html Css Color HEX #B35302 Rust

📋 copy color: '#B35302'

red 179 ◦ green 83 ◦ blue 2

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

Shades of Rust #B35302

Tints of Rust #B35302

RGB

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

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

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

R = 67.8%
G = 31.44%
B = 0.76%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.99

 K value IS 0.30

RGB Variations

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

Color information

#B35302 (or 0xB35302) is known color: Rust. HEX triplet: B3, 53 and 02. RGB value is (179,83,2). Sum of RGB (Red+Green+Blue) = 179+83+2=264 (34% of max value = 765). Red value is 179 (70.31% from 255 or 67.80% from 264); Green value is 83 (32.81% from 255 or 31.44% from 264); Blue value is 2 (1.17% from 255 or 0.76% from 264); Max value from RGB is 179 - color contains mainly: red. Hex color #B35302 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B35302 is #4CACFD. Grayscale: #666666. Windows color (decimal): -5025022 or 152499. OLE color: 152499.

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

Color convert

RGB 179 83 2 -
CMYK 0 0.54 0.99 0.30
HSL 27.46º 0.98% 0.35% -
HSV(B) 27.46º 0.99% 0.7% -
XYZ 21.69 15.77 1.96 -
YUV 102.47 71.3 182.59 -
System Red Green Blue C M Y K H S L
Decimal 179 83 2 0 0.54 0.99 0.30 27.46 0.98 0.35
Hex B3 53 2 0 36 63 1E 1B 62 23
Octal 263 123 2 0 66 143 36 33 142 43
Binary 10110011 1010011 10 0 110110 1100011 11110 11011 1100010 100011

Color Harmonies of #B35302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B35302

Black with #B35302

Text Example


Text Example

White with #B35302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B35302; }

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

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

background-color css

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

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

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

border-color css

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

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

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