Html Css Color HEX #B93002 Rust

📋 copy color: '#B93002'

red 185 ◦ green 48 ◦ blue 2

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

Shades of Rust #B93002

Tints of Rust #B93002

RGB

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

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

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

R = 78.72%
G = 20.43%
B = 0.85%

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

#B93002 (or 0xB93002) is known color: Rust. HEX triplet: B9, 30 and 02. RGB value is (185,48,2). Sum of RGB (Red+Green+Blue) = 185+48+2=235 (31% of max value = 765). Red value is 185 (72.66% from 255 or 78.72% from 235); Green value is 48 (19.14% from 255 or 20.43% from 235); Blue value is 2 (1.17% from 255 or 0.85% from 235); Max value from RGB is 185 - color contains mainly: red. Hex color #B93002 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B93002 is #46CFFD. Grayscale: #545454. Windows color (decimal): -4640766 or 143545. OLE color: 143545.

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

Color convert

RGB 185 48 2 -
CMYK 0 0.74 0.99 0.27
HSL 15.08º 0.98% 0.37% -
HSV(B) 15.08º 0.99% 0.73% -
XYZ 21.08 12.43 1.35 -
YUV 83.72 81.89 200.24 -
System Red Green Blue C M Y K H S L
Decimal 185 48 2 0 0.74 0.99 0.27 15.08 0.98 0.37
Hex B9 30 2 0 4A 63 1B F 62 25
Octal 271 60 2 0 112 143 33 17 142 45
Binary 10111001 110000 10 0 1001010 1100011 11011 1111 1100010 100101

Color Harmonies of #B93002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93002

Black with #B93002

Text Example


Text Example

White with #B93002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93002; }

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

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

background-color css

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

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

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

border-color css

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

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

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