Html Css Color HEX #B93008 Rust

📋 copy color: '#B93008'

red 185 ◦ green 48 ◦ blue 8

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

Shades of Rust #B93008

Tints of Rust #B93008

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 3.32%

R = 76.76%
G = 19.92%
B = 3.32%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.96

 K value IS 0.27

RGB Variations

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

Color information

#B93008 (or 0xB93008) is known color: Rust. HEX triplet: B9, 30 and 08. RGB value is (185,48,8). Sum of RGB (Red+Green+Blue) = 185+48+8=241 (31% of max value = 765). Red value is 185 (72.66% from 255 or 76.76% from 241); Green value is 48 (19.14% from 255 or 19.92% from 241); Blue value is 8 (3.52% from 255 or 3.32% from 241); Max value from RGB is 185 - color contains mainly: red. Hex color #B93008 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B93008 is #46CFF7. Grayscale: #545454. Windows color (decimal): -4640760 or 536761. OLE color: 536761.

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

Color convert

RGB 185 48 8 -
CMYK 0 0.74 0.96 0.27
HSL 13.56º 0.92% 0.38% -
HSV(B) 13.56º 0.96% 0.73% -
XYZ 21.11 12.45 1.52 -
YUV 84.4 84.89 199.75 -
System Red Green Blue C M Y K H S L
Decimal 185 48 8 0 0.74 0.96 0.27 13.56 0.92 0.38
Hex B9 30 8 0 4A 60 1B E 5C 26
Octal 271 60 10 0 112 140 33 16 134 46
Binary 10111001 110000 1000 0 1001010 1100000 11011 1110 1011100 100110

Color Harmonies of #B93008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93008

Black with #B93008

Text Example


Text Example

White with #B93008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93008; }

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

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

background-color css

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

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

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

border-color css

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

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

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