Html Css Color HEX #B93201 Rust

📋 copy color: '#B93201'

red 185 ◦ green 50 ◦ blue 1

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

Shades of Rust #B93201

Tints of Rust #B93201

RGB

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

 GREEN value IS 50 (19.92% from 255) = 21.19%

 BLUE value IS 1 (0.78% from 255) = 0.42%

R = 78.39%
G = 21.19%
B = 0.42%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.99

 K value IS 0.27

RGB Variations

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

Color information

#B93201 (or 0xB93201) is known color: Rust. HEX triplet: B9, 32 and 01. RGB value is (185,50,1). Sum of RGB (Red+Green+Blue) = 185+50+1=236 (31% of max value = 765). Red value is 185 (72.66% from 255 or 78.39% from 236); Green value is 50 (19.92% from 255 or 21.19% from 236); Blue value is 1 (0.78% from 255 or 0.42% from 236); Max value from RGB is 185 - color contains mainly: red. Hex color #B93201 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B93201 is #46CDFE. Grayscale: #555555. Windows color (decimal): -4640255 or 78521. OLE color: 78521.

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

Color convert

RGB 185 50 1 -
CMYK 0 0.73 0.99 0.27
HSL 15.98º 0.99% 0.36% -
HSV(B) 15.98º 0.99% 0.73% -
XYZ 21.15 12.6 1.35 -
YUV 84.78 80.73 199.48 -
System Red Green Blue C M Y K H S L
Decimal 185 50 1 0 0.73 0.99 0.27 15.98 0.99 0.36
Hex B9 32 1 0 49 63 1B 10 63 24
Octal 271 62 1 0 111 143 33 20 143 44
Binary 10111001 110010 1 0 1001001 1100011 11011 10000 1100011 100100

Color Harmonies of #B93201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93201

Black with #B93201

Text Example


Text Example

White with #B93201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93201; }

 p { color: rgb(185,50,1); }

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

background-color css

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

 a { background-color: rgb(185,50,1); }

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

border-color css

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

 span { border-color: rgb(185,50,1); }

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