Html Css Color HEX #B3530A Rust

📋 copy color: '#B3530A'

red 179 ◦ green 83 ◦ blue 10

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

Shades of Rust #B3530A

Tints of Rust #B3530A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.68%

R = 65.81%
G = 30.51%
B = 3.68%

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

#B3530A (or 0xB3530A) is known color: Rust. HEX triplet: B3, 53 and 0A. RGB value is (179,83,10). Sum of RGB (Red+Green+Blue) = 179+83+10=272 (36% of max value = 765). Red value is 179 (70.31% from 255 or 65.81% from 272); Green value is 83 (32.81% from 255 or 30.51% from 272); Blue value is 10 (4.30% from 255 or 3.68% from 272); Max value from RGB is 179 - color contains mainly: red. Hex color #B3530A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B3530A is #4CACF5. Grayscale: #676767. Windows color (decimal): -5025014 or 676787. OLE color: 676787.

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

Color convert

RGB 179 83 10 -
CMYK 0 0.54 0.94 0.30
HSL 25.92º 0.89% 0.37% -
HSV(B) 25.92º 0.94% 0.7% -
XYZ 21.74 15.79 2.19 -
YUV 103.38 75.3 181.94 -
System Red Green Blue C M Y K H S L
Decimal 179 83 10 0 0.54 0.94 0.30 25.92 0.89 0.37
Hex B3 53 A 0 36 5E 1E 1A 59 25
Octal 263 123 12 0 66 136 36 32 131 45
Binary 10110011 1010011 1010 0 110110 1011110 11110 11010 1011001 100101

Color Harmonies of #B3530A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3530A

Black with #B3530A

Text Example


Text Example

White with #B3530A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3530A; }

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

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

background-color css

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

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

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

border-color css

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

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

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