Html Css Color HEX #B93D06 Rust

📋 copy color: '#B93D06'

red 185 ◦ green 61 ◦ blue 6

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

Shades of Rust #B93D06

Tints of Rust #B93D06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 2.38%

R = 73.41%
G = 24.21%
B = 2.38%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.97

 K value IS 0.27

RGB Variations

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

Color information

#B93D06 (or 0xB93D06) is known color: Rust. HEX triplet: B9, 3D and 06. RGB value is (185,61,6). Sum of RGB (Red+Green+Blue) = 185+61+6=252 (33% of max value = 765). Red value is 185 (72.66% from 255 or 73.41% from 252); Green value is 61 (24.22% from 255 or 24.21% from 252); Blue value is 6 (2.73% from 255 or 2.38% from 252); Max value from RGB is 185 - color contains mainly: red. Hex color #B93D06 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B93D06 is #46C2F9. Grayscale: #5C5C5C. Windows color (decimal): -4637434 or 409017. OLE color: 409017.

HSL color Cylindrical-coordinate representation of color #B93D06: hue angle of 18.44º degrees, saturation: 0.94, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B93D06 is Cyan = 0, Magento = 0.67, Yellow = 0.97 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 61 6 -
CMYK 0 0.67 0.97 0.27
HSL 18.44º 0.94% 0.37% -
HSV(B) 18.44º 0.97% 0.73% -
XYZ 21.71 13.66 1.67 -
YUV 91.81 79.58 194.47 -
System Red Green Blue C M Y K H S L
Decimal 185 61 6 0 0.67 0.97 0.27 18.44 0.94 0.37
Hex B9 3D 6 0 43 61 1B 12 5E 25
Octal 271 75 6 0 103 141 33 22 136 45
Binary 10111001 111101 110 0 1000011 1100001 11011 10010 1011110 100101

Color Harmonies of #B93D06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93D06

Black with #B93D06

Text Example


Text Example

White with #B93D06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93D06; }

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

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

background-color css

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

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

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

border-color css

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

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

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