Html Css Color HEX #B93006 Rust

📋 copy color: '#B93006'

red 185 ◦ green 48 ◦ blue 6

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

Shades of Rust #B93006

Tints of Rust #B93006

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 2.51%

R = 77.41%
G = 20.08%
B = 2.51%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.97

 K value IS 0.27

RGB Variations

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

Color information

#B93006 (or 0xB93006) is known color: Rust. HEX triplet: B9, 30 and 06. RGB value is (185,48,6). Sum of RGB (Red+Green+Blue) = 185+48+6=239 (31% of max value = 765). Red value is 185 (72.66% from 255 or 77.41% from 239); Green value is 48 (19.14% from 255 or 20.08% from 239); Blue value is 6 (2.73% from 255 or 2.51% from 239); Max value from RGB is 185 - color contains mainly: red. Hex color #B93006 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B93006 is #46CFF9. Grayscale: #545454. Windows color (decimal): -4640762 or 405689. OLE color: 405689.

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

Color convert

RGB 185 48 6 -
CMYK 0 0.74 0.97 0.27
HSL 14.08º 0.94% 0.37% -
HSV(B) 14.08º 0.97% 0.73% -
XYZ 21.1 12.44 1.46 -
YUV 84.18 83.89 199.92 -
System Red Green Blue C M Y K H S L
Decimal 185 48 6 0 0.74 0.97 0.27 14.08 0.94 0.37
Hex B9 30 6 0 4A 61 1B E 5E 25
Octal 271 60 6 0 112 141 33 16 136 45
Binary 10111001 110000 110 0 1001010 1100001 11011 1110 1011110 100101

Color Harmonies of #B93006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93006

Black with #B93006

Text Example


Text Example

White with #B93006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93006; }

 p { color: rgb(185,48,6); }

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

background-color css

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

 a { background-color: rgb(185,48,6); }

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

border-color css

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

 span { border-color: rgb(185,48,6); }

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