Html Css Color HEX #B9360C Rust

📋 copy color: '#B9360C'

red 185 ◦ green 54 ◦ blue 12

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

Shades of Rust #B9360C

Tints of Rust #B9360C

RGB

 RED value IS 185 (72.66% from 255) = 73.71%

 GREEN value IS 54 (21.48% from 255) = 21.51%

 BLUE value IS 12 (5.08% from 255) = 4.78%

R = 73.71%
G = 21.51%
B = 4.78%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.94

 K value IS 0.27

RGB Variations

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

Color information

#B9360C (or 0xB9360C) is known color: Rust. HEX triplet: B9, 36 and 0C. RGB value is (185,54,12). Sum of RGB (Red+Green+Blue) = 185+54+12=251 (33% of max value = 765). Red value is 185 (72.66% from 255 or 73.71% from 251); Green value is 54 (21.48% from 255 or 21.51% from 251); Blue value is 12 (5.08% from 255 or 4.78% from 251); Max value from RGB is 185 - color contains mainly: red. Hex color #B9360C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B9360C is #46C9F3. Grayscale: #585858. Windows color (decimal): -4639220 or 800441. OLE color: 800441.

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

Color convert

RGB 185 54 12 -
CMYK 0 0.71 0.94 0.27
HSL 14.57º 0.88% 0.39% -
HSV(B) 14.57º 0.94% 0.73% -
XYZ 21.39 12.98 1.73 -
YUV 88.38 84.9 196.92 -
System Red Green Blue C M Y K H S L
Decimal 185 54 12 0 0.71 0.94 0.27 14.57 0.88 0.39
Hex B9 36 C 0 47 5E 1B F 58 27
Octal 271 66 14 0 107 136 33 17 130 47
Binary 10111001 110110 1100 0 1000111 1011110 11011 1111 1011000 100111

Color Harmonies of #B9360C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9360C

Black with #B9360C

Text Example


Text Example

White with #B9360C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9360C; }

 p { color: rgb(185,54,12); }

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

background-color css

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

 a { background-color: rgb(185,54,12); }

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

border-color css

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

 span { border-color: rgb(185,54,12); }

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