Html Css Color HEX #B3530B Rust

📋 copy color: '#B3530B'

red 179 ◦ green 83 ◦ blue 11

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

Shades of Rust #B3530B

Tints of Rust #B3530B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 4.03%

R = 65.57%
G = 30.4%
B = 4.03%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.94

 K value IS 0.30

RGB Variations

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

Color information

#B3530B (or 0xB3530B) is known color: Rust. HEX triplet: B3, 53 and 0B. RGB value is (179,83,11). Sum of RGB (Red+Green+Blue) = 179+83+11=273 (36% of max value = 765). Red value is 179 (70.31% from 255 or 65.57% from 273); Green value is 83 (32.81% from 255 or 30.40% from 273); Blue value is 11 (4.69% from 255 or 4.03% from 273); Max value from RGB is 179 - color contains mainly: red. Hex color #B3530B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B3530B is #4CACF4. Grayscale: #676767. Windows color (decimal): -5025013 or 742323. OLE color: 742323.

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

Color convert

RGB 179 83 11 -
CMYK 0 0.54 0.94 0.30
HSL 25.71º 0.88% 0.37% -
HSV(B) 25.71º 0.94% 0.7% -
XYZ 21.74 15.79 2.22 -
YUV 103.5 75.8 181.85 -
System Red Green Blue C M Y K H S L
Decimal 179 83 11 0 0.54 0.94 0.30 25.71 0.88 0.37
Hex B3 53 B 0 36 5E 1E 1A 58 25
Octal 263 123 13 0 66 136 36 32 130 45
Binary 10110011 1010011 1011 0 110110 1011110 11110 11010 1011000 100101

Color Harmonies of #B3530B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3530B

Black with #B3530B

Text Example


Text Example

White with #B3530B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3530B; }

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

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

background-color css

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

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

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

border-color css

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

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

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