Html Css Color HEX #B93503 Rust

📋 copy color: '#B93503'

red 185 ◦ green 53 ◦ blue 3

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

Shades of Rust #B93503

Tints of Rust #B93503

RGB

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

 GREEN value IS 53 (21.09% from 255) = 21.99%

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

R = 76.76%
G = 21.99%
B = 1.24%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.98

 K value IS 0.27

RGB Variations

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

Color information

#B93503 (or 0xB93503) is known color: Rust. HEX triplet: B9, 35 and 03. RGB value is (185,53,3). Sum of RGB (Red+Green+Blue) = 185+53+3=241 (31% of max value = 765). Red value is 185 (72.66% from 255 or 76.76% from 241); Green value is 53 (21.09% from 255 or 21.99% from 241); Blue value is 3 (1.56% from 255 or 1.24% from 241); Max value from RGB is 185 - color contains mainly: red. Hex color #B93503 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B93503 is #46CAFC. Grayscale: #575757. Windows color (decimal): -4639485 or 210361. OLE color: 210361.

HSL color Cylindrical-coordinate representation of color #B93503: hue angle of 16.48º 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 #B93503 is Cyan = 0, Magento = 0.71, Yellow = 0.98 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 53 3 -
CMYK 0 0.71 0.98 0.27
HSL 16.48º 0.97% 0.37% -
HSV(B) 16.48º 0.98% 0.73% -
XYZ 21.3 12.87 1.45 -
YUV 86.77 80.73 198.07 -
System Red Green Blue C M Y K H S L
Decimal 185 53 3 0 0.71 0.98 0.27 16.48 0.97 0.37
Hex B9 35 3 0 47 62 1B 10 61 25
Octal 271 65 3 0 107 142 33 20 141 45
Binary 10111001 110101 11 0 1000111 1100010 11011 10000 1100001 100101

Color Harmonies of #B93503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93503

Black with #B93503

Text Example


Text Example

White with #B93503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93503; }

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

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

background-color css

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

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

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

border-color css

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

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

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