Html Css Color HEX #B93001 Rust

📋 copy color: '#B93001'

red 185 ◦ green 48 ◦ blue 1

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

Shades of Rust #B93001

Tints of Rust #B93001

RGB

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

 GREEN value IS 48 (19.14% from 255) = 20.51%

 BLUE value IS 1 (0.78% from 255) = 0.43%

R = 79.06%
G = 20.51%
B = 0.43%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.99

 K value IS 0.27

RGB Variations

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

Color information

#B93001 (or 0xB93001) is known color: Rust. HEX triplet: B9, 30 and 01. RGB value is (185,48,1). Sum of RGB (Red+Green+Blue) = 185+48+1=234 (30% of max value = 765). Red value is 185 (72.66% from 255 or 79.06% from 234); Green value is 48 (19.14% from 255 or 20.51% from 234); Blue value is 1 (0.78% from 255 or 0.43% from 234); Max value from RGB is 185 - color contains mainly: red. Hex color #B93001 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B93001 is #46CFFE. Grayscale: #535353. Windows color (decimal): -4640767 or 78009. OLE color: 78009.

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

Color convert

RGB 185 48 1 -
CMYK 0 0.74 0.99 0.27
HSL 15.33º 0.99% 0.36% -
HSV(B) 15.33º 0.99% 0.73% -
XYZ 21.07 12.43 1.32 -
YUV 83.61 81.39 200.32 -
System Red Green Blue C M Y K H S L
Decimal 185 48 1 0 0.74 0.99 0.27 15.33 0.99 0.36
Hex B9 30 1 0 4A 63 1B F 63 24
Octal 271 60 1 0 112 143 33 17 143 44
Binary 10111001 110000 1 0 1001010 1100011 11011 1111 1100011 100100

Color Harmonies of #B93001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93001

Black with #B93001

Text Example


Text Example

White with #B93001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93001; }

 p { color: rgb(185,48,1); }

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

background-color css

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

 a { background-color: rgb(185,48,1); }

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

border-color css

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

 span { border-color: rgb(185,48,1); }

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