Html Css Color HEX #B93302 Rust

📋 copy color: '#B93302'

red 185 ◦ green 51 ◦ blue 2

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

Shades of Rust #B93302

Tints of Rust #B93302

RGB

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

 GREEN value IS 51 (20.31% from 255) = 21.43%

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

R = 77.73%
G = 21.43%
B = 0.84%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.99

 K value IS 0.27

RGB Variations

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

Color information

#B93302 (or 0xB93302) is known color: Rust. HEX triplet: B9, 33 and 02. RGB value is (185,51,2). Sum of RGB (Red+Green+Blue) = 185+51+2=238 (31% of max value = 765). Red value is 185 (72.66% from 255 or 77.73% from 238); Green value is 51 (20.31% from 255 or 21.43% from 238); Blue value is 2 (1.17% from 255 or 0.84% from 238); Max value from RGB is 185 - color contains mainly: red. Hex color #B93302 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B93302 is #46CCFD. Grayscale: #555555. Windows color (decimal): -4639998 or 144313. OLE color: 144313.

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

Color convert

RGB 185 51 2 -
CMYK 0 0.72 0.99 0.27
HSL 16.07º 0.98% 0.37% -
HSV(B) 16.07º 0.99% 0.73% -
XYZ 21.2 12.69 1.39 -
YUV 85.48 80.89 198.98 -
System Red Green Blue C M Y K H S L
Decimal 185 51 2 0 0.72 0.99 0.27 16.07 0.98 0.37
Hex B9 33 2 0 48 63 1B 10 62 25
Octal 271 63 2 0 110 143 33 20 142 45
Binary 10111001 110011 10 0 1001000 1100011 11011 10000 1100010 100101

Color Harmonies of #B93302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93302

Black with #B93302

Text Example


Text Example

White with #B93302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93302; }

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

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

background-color css

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

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

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

border-color css

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

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

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