Html Css Color HEX #B6320F Rust

📋 copy color: '#B6320F'

red 182 ◦ green 50 ◦ blue 15

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

Shades of Rust #B6320F

Tints of Rust #B6320F

RGB

 RED value IS 182 (71.48% from 255) = 73.68%

 GREEN value IS 50 (19.92% from 255) = 20.24%

 BLUE value IS 15 (6.25% from 255) = 6.07%

R = 73.68%
G = 20.24%
B = 6.07%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.92

 K value IS 0.29

RGB Variations

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

Color information

#B6320F (or 0xB6320F) is known color: Rust. HEX triplet: B6, 32 and 0F. RGB value is (182,50,15). Sum of RGB (Red+Green+Blue) = 182+50+15=247 (32% of max value = 765). Red value is 182 (71.48% from 255 or 73.68% from 247); Green value is 50 (19.92% from 255 or 20.24% from 247); Blue value is 15 (6.25% from 255 or 6.07% from 247); Max value from RGB is 182 - color contains mainly: red. Hex color #B6320F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B6320F is #49CDF0. Grayscale: #555555. Windows color (decimal): -4836849 or 996022. OLE color: 996022.

HSL color Cylindrical-coordinate representation of color #B6320F: hue angle of 12.57º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B6320F is Cyan = 0, Magento = 0.73, Yellow = 0.92 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 50 15 -
CMYK 0 0.73 0.92 0.29
HSL 12.57º 0.85% 0.39% -
HSV(B) 12.57º 0.92% 0.71% -
XYZ 20.52 12.26 1.74 -
YUV 85.48 88.23 196.85 -
System Red Green Blue C M Y K H S L
Decimal 182 50 15 0 0.73 0.92 0.29 12.57 0.85 0.39
Hex B6 32 F 0 49 5C 1D D 55 27
Octal 266 62 17 0 111 134 35 15 125 47
Binary 10110110 110010 1111 0 1001001 1011100 11101 1101 1010101 100111

Color Harmonies of #B6320F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6320F

Black with #B6320F

Text Example


Text Example

White with #B6320F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6320F; }

 p { color: rgb(182,50,15); }

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

background-color css

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

 a { background-color: rgb(182,50,15); }

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

border-color css

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

 span { border-color: rgb(182,50,15); }

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