Html Css Color HEX #B93A02 Rust

📋 copy color: '#B93A02'

red 185 ◦ green 58 ◦ blue 2

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

Shades of Rust #B93A02

Tints of Rust #B93A02

RGB

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

 GREEN value IS 58 (23.05% from 255) = 23.67%

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

R = 75.51%
G = 23.67%
B = 0.82%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.99

 K value IS 0.27

RGB Variations

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

Color information

#B93A02 (or 0xB93A02) is known color: Rust. HEX triplet: B9, 3A and 02. RGB value is (185,58,2). Sum of RGB (Red+Green+Blue) = 185+58+2=245 (32% of max value = 765). Red value is 185 (72.66% from 255 or 75.51% from 245); Green value is 58 (23.05% from 255 or 23.67% from 245); Blue value is 2 (1.17% from 255 or 0.82% from 245); Max value from RGB is 185 - color contains mainly: red. Hex color #B93A02 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B93A02 is #46C5FD. Grayscale: #595959. Windows color (decimal): -4638206 or 146105. OLE color: 146105.

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

Color convert

RGB 185 58 2 -
CMYK 0 0.69 0.99 0.27
HSL 18.36º 0.98% 0.37% -
HSV(B) 18.36º 0.99% 0.73% -
XYZ 21.53 13.34 1.5 -
YUV 89.59 78.58 196.05 -
System Red Green Blue C M Y K H S L
Decimal 185 58 2 0 0.69 0.99 0.27 18.36 0.98 0.37
Hex B9 3A 2 0 45 63 1B 12 62 25
Octal 271 72 2 0 105 143 33 22 142 45
Binary 10111001 111010 10 0 1000101 1100011 11011 10010 1100010 100101

Color Harmonies of #B93A02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93A02

Black with #B93A02

Text Example


Text Example

White with #B93A02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93A02; }

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

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

background-color css

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

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

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

border-color css

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

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

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