Html Css Color HEX #B94621 Rust

📋 copy color: '#B94621'

red 185 ◦ green 70 ◦ blue 33

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

Shades of Rust #B94621

Tints of Rust #B94621

RGB

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

 GREEN value IS 70 (27.73% from 255) = 24.31%

 BLUE value IS 33 (13.28% from 255) = 11.46%

R = 64.24%
G = 24.31%
B = 11.46%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.82

 K value IS 0.27

RGB Variations

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

Color information

#B94621 (or 0xB94621) is known color: Rust. HEX triplet: B9, 46 and 21. RGB value is (185,70,33). Sum of RGB (Red+Green+Blue) = 185+70+33=288 (38% of max value = 765). Red value is 185 (72.66% from 255 or 64.24% from 288); Green value is 70 (27.73% from 255 or 24.31% from 288); Blue value is 33 (13.28% from 255 or 11.46% from 288); Max value from RGB is 185 - color contains mainly: red. Hex color #B94621 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B94621 is #46B9DE. Grayscale: #646464. Windows color (decimal): -4635103 or 2180793. OLE color: 2180793.

HSL color Cylindrical-coordinate representation of color #B94621: hue angle of 14.61º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B94621 is Cyan = 0, Magento = 0.62, Yellow = 0.82 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 70 33 -
CMYK 0 0.62 0.82 0.27
HSL 14.61º 0.7% 0.43% -
HSV(B) 14.61º 0.82% 0.73% -
XYZ 22.47 14.8 3.11 -
YUV 100.17 90.1 188.51 -
System Red Green Blue C M Y K H S L
Decimal 185 70 33 0 0.62 0.82 0.27 14.61 0.7 0.43
Hex B9 46 21 0 3E 52 1B F 46 2B
Octal 271 106 41 0 76 122 33 17 106 53
Binary 10111001 1000110 100001 0 111110 1010010 11011 1111 1000110 101011

Color Harmonies of #B94621

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94621

Black with #B94621

Text Example


Text Example

White with #B94621

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94621; }

 p { color: rgb(185,70,33); }

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

background-color css

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

 a { background-color: rgb(185,70,33); }

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

border-color css

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

 span { border-color: rgb(185,70,33); }

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