Html Css Color HEX #B93B02 Rust

📋 copy color: '#B93B02'

red 185 ◦ green 59 ◦ blue 2

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

Shades of Rust #B93B02

Tints of Rust #B93B02

RGB

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

 GREEN value IS 59 (23.44% from 255) = 23.98%

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

R = 75.2%
G = 23.98%
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

#B93B02 (or 0xB93B02) is known color: Rust. HEX triplet: B9, 3B and 02. RGB value is (185,59,2). Sum of RGB (Red+Green+Blue) = 185+59+2=246 (32% of max value = 765). Red value is 185 (72.66% from 255 or 75.20% from 246); Green value is 59 (23.44% from 255 or 23.98% from 246); Blue value is 2 (1.17% from 255 or 0.81% from 246); Max value from RGB is 185 - color contains mainly: red. Hex color #B93B02 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B93B02 is #46C4FD. Grayscale: #5A5A5A. Windows color (decimal): -4637950 or 146361. OLE color: 146361.

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

Color convert

RGB 185 59 2 -
CMYK 0 0.68 0.99 0.27
HSL 18.69º 0.98% 0.37% -
HSV(B) 18.69º 0.99% 0.73% -
XYZ 21.58 13.45 1.52 -
YUV 90.18 78.24 195.63 -
System Red Green Blue C M Y K H S L
Decimal 185 59 2 0 0.68 0.99 0.27 18.69 0.98 0.37
Hex B9 3B 2 0 44 63 1B 13 62 25
Octal 271 73 2 0 104 143 33 23 142 45
Binary 10111001 111011 10 0 1000100 1100011 11011 10011 1100010 100101

Color Harmonies of #B93B02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93B02

Black with #B93B02

Text Example


Text Example

White with #B93B02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93B02; }

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

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

background-color css

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

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

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

border-color css

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

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

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