Html Css Color HEX #B6300F Rust

📋 copy color: '#B6300F'

red 182 ◦ green 48 ◦ blue 15

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

Shades of Rust #B6300F

Tints of Rust #B6300F

RGB

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

 GREEN value IS 48 (19.14% from 255) = 19.59%

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

R = 74.29%
G = 19.59%
B = 6.12%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.92

 K value IS 0.29

RGB Variations

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

Color information

#B6300F (or 0xB6300F) is known color: Rust. HEX triplet: B6, 30 and 0F. RGB value is (182,48,15). Sum of RGB (Red+Green+Blue) = 182+48+15=245 (32% of max value = 765). Red value is 182 (71.48% from 255 or 74.29% from 245); Green value is 48 (19.14% from 255 or 19.59% from 245); Blue value is 15 (6.25% from 255 or 6.12% from 245); Max value from RGB is 182 - color contains mainly: red. Hex color #B6300F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B6300F is #49CFF0. Grayscale: #545454. Windows color (decimal): -4837361 or 995510. OLE color: 995510.

HSL color Cylindrical-coordinate representation of color #B6300F: hue angle of 11.86º 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 #B6300F is Cyan = 0, Magento = 0.74, Yellow = 0.92 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 48 15 -
CMYK 0 0.74 0.92 0.29
HSL 11.86º 0.85% 0.39% -
HSV(B) 11.86º 0.92% 0.71% -
XYZ 20.43 12.09 1.71 -
YUV 84.3 88.89 197.68 -
System Red Green Blue C M Y K H S L
Decimal 182 48 15 0 0.74 0.92 0.29 11.86 0.85 0.39
Hex B6 30 F 0 4A 5C 1D C 55 27
Octal 266 60 17 0 112 134 35 14 125 47
Binary 10110110 110000 1111 0 1001010 1011100 11101 1100 1010101 100111

Color Harmonies of #B6300F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6300F

Black with #B6300F

Text Example


Text Example

White with #B6300F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6300F; }

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

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

background-color css

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

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

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

border-color css

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

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

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