Html Css Color HEX #B93C03 Rust

📋 copy color: '#B93C03'

red 185 ◦ green 60 ◦ blue 3

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

Shades of Rust #B93C03

Tints of Rust #B93C03

RGB

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

 GREEN value IS 60 (23.83% from 255) = 24.19%

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

R = 74.6%
G = 24.19%
B = 1.21%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.98

 K value IS 0.27

RGB Variations

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

Color information

#B93C03 (or 0xB93C03) is known color: Rust. HEX triplet: B9, 3C and 03. RGB value is (185,60,3). Sum of RGB (Red+Green+Blue) = 185+60+3=248 (32% of max value = 765). Red value is 185 (72.66% from 255 or 74.60% from 248); Green value is 60 (23.83% from 255 or 24.19% from 248); Blue value is 3 (1.56% from 255 or 1.21% from 248); Max value from RGB is 185 - color contains mainly: red. Hex color #B93C03 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B93C03 is #46C3FC. Grayscale: #5B5B5B. Windows color (decimal): -4637693 or 212153. OLE color: 212153.

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

Color convert

RGB 185 60 3 -
CMYK 0 0.68 0.98 0.27
HSL 18.79º 0.97% 0.37% -
HSV(B) 18.79º 0.98% 0.73% -
XYZ 21.64 13.55 1.56 -
YUV 90.88 78.41 195.13 -
System Red Green Blue C M Y K H S L
Decimal 185 60 3 0 0.68 0.98 0.27 18.79 0.97 0.37
Hex B9 3C 3 0 44 62 1B 13 61 25
Octal 271 74 3 0 104 142 33 23 141 45
Binary 10111001 111100 11 0 1000100 1100010 11011 10011 1100001 100101

Color Harmonies of #B93C03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93C03

Black with #B93C03

Text Example


Text Example

White with #B93C03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93C03; }

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

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

background-color css

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

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

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

border-color css

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

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

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