Html Css Color HEX #B93D02 Rust

📋 copy color: '#B93D02'

red 185 ◦ green 61 ◦ blue 2

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

Shades of Rust #B93D02

Tints of Rust #B93D02

RGB

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

 GREEN value IS 61 (24.22% from 255) = 24.6%

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

R = 74.6%
G = 24.6%
B = 0.81%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.99

 K value IS 0.27

RGB Variations

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

Color information

#B93D02 (or 0xB93D02) is known color: Rust. HEX triplet: B9, 3D and 02. RGB value is (185,61,2). Sum of RGB (Red+Green+Blue) = 185+61+2=248 (32% of max value = 765). Red value is 185 (72.66% from 255 or 74.60% from 248); Green value is 61 (24.22% from 255 or 24.60% from 248); Blue value is 2 (1.17% from 255 or 0.81% from 248); Max value from RGB is 185 - color contains mainly: red. Hex color #B93D02 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B93D02 is #46C2FD. Grayscale: #5B5B5B. Windows color (decimal): -4637438 or 146873. OLE color: 146873.

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

Color convert

RGB 185 61 2 -
CMYK 0 0.67 0.99 0.27
HSL 19.34º 0.98% 0.37% -
HSV(B) 19.34º 0.99% 0.73% -
XYZ 21.69 13.66 1.55 -
YUV 91.35 77.58 194.8 -
System Red Green Blue C M Y K H S L
Decimal 185 61 2 0 0.67 0.99 0.27 19.34 0.98 0.37
Hex B9 3D 2 0 43 63 1B 13 62 25
Octal 271 75 2 0 103 143 33 23 142 45
Binary 10111001 111101 10 0 1000011 1100011 11011 10011 1100010 100101

Color Harmonies of #B93D02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93D02

Black with #B93D02

Text Example


Text Example

White with #B93D02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93D02; }

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

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

background-color css

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

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

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

border-color css

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

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

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