Html Css Color HEX #B94D1D Rust

📋 copy color: '#B94D1D'

red 185 ◦ green 77 ◦ blue 29

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

Shades of Rust #B94D1D

Tints of Rust #B94D1D

RGB

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

 GREEN value IS 77 (30.47% from 255) = 26.46%

 BLUE value IS 29 (11.72% from 255) = 9.97%

R = 63.57%
G = 26.46%
B = 9.97%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.84

 K value IS 0.27

RGB Variations

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

Color information

#B94D1D (or 0xB94D1D) is known color: Rust. HEX triplet: B9, 4D and 1D. RGB value is (185,77,29). Sum of RGB (Red+Green+Blue) = 185+77+29=291 (38% of max value = 765). Red value is 185 (72.66% from 255 or 63.57% from 291); Green value is 77 (30.47% from 255 or 26.46% from 291); Blue value is 29 (11.72% from 255 or 9.97% from 291); Max value from RGB is 185 - color contains mainly: red. Hex color #B94D1D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B94D1D is #46B2E2. Grayscale: #686868. Windows color (decimal): -4633315 or 1920441. OLE color: 1920441.

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

Color convert

RGB 185 77 29 -
CMYK 0 0.58 0.84 0.27
HSL 18.46º 0.73% 0.42% -
HSV(B) 18.46º 0.84% 0.73% -
XYZ 22.88 15.71 2.99 -
YUV 103.82 85.78 185.9 -
System Red Green Blue C M Y K H S L
Decimal 185 77 29 0 0.58 0.84 0.27 18.46 0.73 0.42
Hex B9 4D 1D 0 3A 54 1B 12 49 2A
Octal 271 115 35 0 72 124 33 22 111 52
Binary 10111001 1001101 11101 0 111010 1010100 11011 10010 1001001 101010

Color Harmonies of #B94D1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94D1D

Black with #B94D1D

Text Example


Text Example

White with #B94D1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94D1D; }

 p { color: rgb(185,77,29); }

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

background-color css

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

 a { background-color: rgb(185,77,29); }

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

border-color css

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

 span { border-color: rgb(185,77,29); }

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