Html Css Color HEX #B93403 Rust

📋 copy color: '#B93403'

red 185 ◦ green 52 ◦ blue 3

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

Shades of Rust #B93403

Tints of Rust #B93403

RGB

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

 GREEN value IS 52 (20.7% from 255) = 21.67%

 BLUE value IS 3 (1.56% from 255) = 1.25%

R = 77.08%
G = 21.67%
B = 1.25%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.98

 K value IS 0.27

RGB Variations

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

Color information

#B93403 (or 0xB93403) is known color: Rust. HEX triplet: B9, 34 and 03. RGB value is (185,52,3). Sum of RGB (Red+Green+Blue) = 185+52+3=240 (31% of max value = 765). Red value is 185 (72.66% from 255 or 77.08% from 240); Green value is 52 (20.70% from 255 or 21.67% from 240); Blue value is 3 (1.56% from 255 or 1.25% from 240); Max value from RGB is 185 - color contains mainly: red. Hex color #B93403 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B93403 is #46CBFC. Grayscale: #565656. Windows color (decimal): -4639741 or 210105. OLE color: 210105.

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

Color convert

RGB 185 52 3 -
CMYK 0 0.72 0.98 0.27
HSL 16.15º 0.97% 0.37% -
HSV(B) 16.15º 0.98% 0.73% -
XYZ 21.25 12.78 1.43 -
YUV 86.18 81.06 198.48 -
System Red Green Blue C M Y K H S L
Decimal 185 52 3 0 0.72 0.98 0.27 16.15 0.97 0.37
Hex B9 34 3 0 48 62 1B 10 61 25
Octal 271 64 3 0 110 142 33 20 141 45
Binary 10111001 110100 11 0 1001000 1100010 11011 10000 1100001 100101

Color Harmonies of #B93403

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93403

Black with #B93403

Text Example


Text Example

White with #B93403

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93403; }

 p { color: rgb(185,52,3); }

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

background-color css

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

 a { background-color: rgb(185,52,3); }

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

border-color css

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

 span { border-color: rgb(185,52,3); }

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