Html Css Color HEX #B9330E Rust

📋 copy color: '#B9330E'

red 185 ◦ green 51 ◦ blue 14

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

Shades of Rust #B9330E

Tints of Rust #B9330E

RGB

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

 GREEN value IS 51 (20.31% from 255) = 20.4%

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

R = 74%
G = 20.4%
B = 5.6%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.92

 K value IS 0.27

RGB Variations

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

Color information

#B9330E (or 0xB9330E) is known color: Rust. HEX triplet: B9, 33 and 0E. RGB value is (185,51,14). Sum of RGB (Red+Green+Blue) = 185+51+14=250 (33% of max value = 765). Red value is 185 (72.66% from 255 or 74% from 250); Green value is 51 (20.31% from 255 or 20.4% from 250); Blue value is 14 (5.86% from 255 or 5.6% from 250); Max value from RGB is 185 - color contains mainly: red. Hex color #B9330E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B9330E is #46CCF1. Grayscale: #575757. Windows color (decimal): -4639986 or 930745. OLE color: 930745.

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

Color convert

RGB 185 51 14 -
CMYK 0 0.72 0.92 0.27
HSL 12.98º 0.86% 0.39% -
HSV(B) 12.98º 0.92% 0.73% -
XYZ 21.27 12.71 1.75 -
YUV 86.85 86.89 198.01 -
System Red Green Blue C M Y K H S L
Decimal 185 51 14 0 0.72 0.92 0.27 12.98 0.86 0.39
Hex B9 33 E 0 48 5C 1B D 56 27
Octal 271 63 16 0 110 134 33 15 126 47
Binary 10111001 110011 1110 0 1001000 1011100 11011 1101 1010110 100111

Color Harmonies of #B9330E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9330E

Black with #B9330E

Text Example


Text Example

White with #B9330E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9330E; }

 p { color: rgb(185,51,14); }

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

background-color css

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

 a { background-color: rgb(185,51,14); }

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

border-color css

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

 span { border-color: rgb(185,51,14); }

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