Html Css Color HEX #B3530E Rust

📋 copy color: '#B3530E'

red 179 ◦ green 83 ◦ blue 14

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

Shades of Rust #B3530E

Tints of Rust #B3530E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 5.07%

R = 64.86%
G = 30.07%
B = 5.07%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.92

 K value IS 0.30

RGB Variations

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

Color information

#B3530E (or 0xB3530E) is known color: Rust. HEX triplet: B3, 53 and 0E. RGB value is (179,83,14). Sum of RGB (Red+Green+Blue) = 179+83+14=276 (36% of max value = 765). Red value is 179 (70.31% from 255 or 64.86% from 276); Green value is 83 (32.81% from 255 or 30.07% from 276); Blue value is 14 (5.86% from 255 or 5.07% from 276); Max value from RGB is 179 - color contains mainly: red. Hex color #B3530E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B3530E is #4CACF1. Grayscale: #686868. Windows color (decimal): -5025010 or 938931. OLE color: 938931.

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

Color convert

RGB 179 83 14 -
CMYK 0 0.54 0.92 0.30
HSL 25.09º 0.85% 0.38% -
HSV(B) 25.09º 0.92% 0.7% -
XYZ 21.76 15.8 2.32 -
YUV 103.84 77.3 181.61 -
System Red Green Blue C M Y K H S L
Decimal 179 83 14 0 0.54 0.92 0.30 25.09 0.85 0.38
Hex B3 53 E 0 36 5C 1E 19 55 26
Octal 263 123 16 0 66 134 36 31 125 46
Binary 10110011 1010011 1110 0 110110 1011100 11110 11001 1010101 100110

Color Harmonies of #B3530E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3530E

Black with #B3530E

Text Example


Text Example

White with #B3530E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3530E; }

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

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

background-color css

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

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

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

border-color css

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

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

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