Html Css Color HEX #B94121 Rust

📋 copy color: '#B94121'

red 185 ◦ green 65 ◦ blue 33

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

Shades of Rust #B94121

Tints of Rust #B94121

RGB

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

 GREEN value IS 65 (25.78% from 255) = 22.97%

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

R = 65.37%
G = 22.97%
B = 11.66%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.82

 K value IS 0.27

RGB Variations

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

Color information

#B94121 (or 0xB94121) is known color: Rust. HEX triplet: B9, 41 and 21. RGB value is (185,65,33). Sum of RGB (Red+Green+Blue) = 185+65+33=283 (37% of max value = 765). Red value is 185 (72.66% from 255 or 65.37% from 283); Green value is 65 (25.78% from 255 or 22.97% from 283); Blue value is 33 (13.28% from 255 or 11.66% from 283); Max value from RGB is 185 - color contains mainly: red. Hex color #B94121 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B94121 is #46BEDE. Grayscale: #616161. Windows color (decimal): -4636383 or 2179513. OLE color: 2179513.

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

Color convert

RGB 185 65 33 -
CMYK 0 0.65 0.82 0.27
HSL 12.63º 0.7% 0.43% -
HSV(B) 12.63º 0.82% 0.73% -
XYZ 22.17 14.2 3.01 -
YUV 97.23 91.76 190.6 -
System Red Green Blue C M Y K H S L
Decimal 185 65 33 0 0.65 0.82 0.27 12.63 0.7 0.43
Hex B9 41 21 0 41 52 1B D 46 2B
Octal 271 101 41 0 101 122 33 15 106 53
Binary 10111001 1000001 100001 0 1000001 1010010 11011 1101 1000110 101011

Color Harmonies of #B94121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94121

Black with #B94121

Text Example


Text Example

White with #B94121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94121; }

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

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

background-color css

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

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

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

border-color css

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

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

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