Html Css Color HEX #B93C21 Rust

📋 copy color: '#B93C21'

red 185 ◦ green 60 ◦ blue 33

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

Shades of Rust #B93C21

Tints of Rust #B93C21

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 11.87%

R = 66.55%
G = 21.58%
B = 11.87%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.82

 K value IS 0.27

RGB Variations

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

Color information

#B93C21 (or 0xB93C21) is known color: Rust. HEX triplet: B9, 3C and 21. RGB value is (185,60,33). Sum of RGB (Red+Green+Blue) = 185+60+33=278 (36% of max value = 765). Red value is 185 (72.66% from 255 or 66.55% from 278); Green value is 60 (23.83% from 255 or 21.58% from 278); Blue value is 33 (13.28% from 255 or 11.87% from 278); Max value from RGB is 185 - color contains mainly: red. Hex color #B93C21 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B93C21 is #46C3DE. Grayscale: #5E5E5E. Windows color (decimal): -4637663 or 2178233. OLE color: 2178233.

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

Color convert

RGB 185 60 33 -
CMYK 0 0.68 0.82 0.27
HSL 10.66º 0.7% 0.43% -
HSV(B) 10.66º 0.82% 0.73% -
XYZ 21.9 13.66 2.92 -
YUV 94.3 93.41 192.7 -
System Red Green Blue C M Y K H S L
Decimal 185 60 33 0 0.68 0.82 0.27 10.66 0.7 0.43
Hex B9 3C 21 0 44 52 1B B 46 2B
Octal 271 74 41 0 104 122 33 13 106 53
Binary 10111001 111100 100001 0 1000100 1010010 11011 1011 1000110 101011

Color Harmonies of #B93C21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93C21

Black with #B93C21

Text Example


Text Example

White with #B93C21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93C21; }

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

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

background-color css

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

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

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

border-color css

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

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

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