Html Css Color HEX #B93C02 Rust

📋 copy color: '#B93C02'

red 185 ◦ green 60 ◦ blue 2

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

Shades of Rust #B93C02

Tints of Rust #B93C02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.81%

R = 74.9%
G = 24.29%
B = 0.81%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.99

 K value IS 0.27

RGB Variations

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

Color information

#B93C02 (or 0xB93C02) is known color: Rust. HEX triplet: B9, 3C and 02. RGB value is (185,60,2). Sum of RGB (Red+Green+Blue) = 185+60+2=247 (32% of max value = 765). Red value is 185 (72.66% from 255 or 74.90% from 247); Green value is 60 (23.83% from 255 or 24.29% from 247); Blue value is 2 (1.17% from 255 or 0.81% from 247); Max value from RGB is 185 - color contains mainly: red. Hex color #B93C02 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B93C02 is #46C3FD. Grayscale: #5B5B5B. Windows color (decimal): -4637694 or 146617. OLE color: 146617.

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

Color convert

RGB 185 60 2 -
CMYK 0 0.68 0.99 0.27
HSL 19.02º 0.98% 0.37% -
HSV(B) 19.02º 0.99% 0.73% -
XYZ 21.63 13.55 1.53 -
YUV 90.76 77.91 195.22 -
System Red Green Blue C M Y K H S L
Decimal 185 60 2 0 0.68 0.99 0.27 19.02 0.98 0.37
Hex B9 3C 2 0 44 63 1B 13 62 25
Octal 271 74 2 0 104 143 33 23 142 45
Binary 10111001 111100 10 0 1000100 1100011 11011 10011 1100010 100101

Color Harmonies of #B93C02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93C02

Black with #B93C02

Text Example


Text Example

White with #B93C02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93C02; }

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

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

background-color css

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

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

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

border-color css

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

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

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