Html Css Color HEX #B93202 Rust

📋 copy color: '#B93202'

red 185 ◦ green 50 ◦ blue 2

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

Shades of Rust #B93202

Tints of Rust #B93202

RGB

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

 GREEN value IS 50 (19.92% from 255) = 21.1%

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

R = 78.06%
G = 21.1%
B = 0.84%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.99

 K value IS 0.27

RGB Variations

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

Color information

#B93202 (or 0xB93202) is known color: Rust. HEX triplet: B9, 32 and 02. RGB value is (185,50,2). Sum of RGB (Red+Green+Blue) = 185+50+2=237 (31% of max value = 765). Red value is 185 (72.66% from 255 or 78.06% from 237); Green value is 50 (19.92% from 255 or 21.10% from 237); Blue value is 2 (1.17% from 255 or 0.84% from 237); Max value from RGB is 185 - color contains mainly: red. Hex color #B93202 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B93202 is #46CDFD. Grayscale: #555555. Windows color (decimal): -4640254 or 144057. OLE color: 144057.

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

Color convert

RGB 185 50 2 -
CMYK 0 0.73 0.99 0.27
HSL 15.74º 0.98% 0.37% -
HSV(B) 15.74º 0.99% 0.73% -
XYZ 21.16 12.6 1.37 -
YUV 84.89 81.23 199.4 -
System Red Green Blue C M Y K H S L
Decimal 185 50 2 0 0.73 0.99 0.27 15.74 0.98 0.37
Hex B9 32 2 0 49 63 1B 10 62 25
Octal 271 62 2 0 111 143 33 20 142 45
Binary 10111001 110010 10 0 1001001 1100011 11011 10000 1100010 100101

Color Harmonies of #B93202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93202

Black with #B93202

Text Example


Text Example

White with #B93202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93202; }

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

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

background-color css

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

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

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

border-color css

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

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

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