Html Css Color HEX #B94320 Rust

📋 copy color: '#B94320'

red 185 ◦ green 67 ◦ blue 32

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

Shades of Rust #B94320

Tints of Rust #B94320

RGB

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

 GREEN value IS 67 (26.56% from 255) = 23.59%

 BLUE value IS 32 (12.89% from 255) = 11.27%

R = 65.14%
G = 23.59%
B = 11.27%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.83

 K value IS 0.27

RGB Variations

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

Color information

#B94320 (or 0xB94320) is known color: Rust. HEX triplet: B9, 43 and 20. RGB value is (185,67,32). Sum of RGB (Red+Green+Blue) = 185+67+32=284 (37% of max value = 765). Red value is 185 (72.66% from 255 or 65.14% from 284); Green value is 67 (26.56% from 255 or 23.59% from 284); Blue value is 32 (12.89% from 255 or 11.27% from 284); Max value from RGB is 185 - color contains mainly: red. Hex color #B94320 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B94320 is #46BCDF. Grayscale: #626262. Windows color (decimal): -4635872 or 2114489. OLE color: 2114489.

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

Color convert

RGB 185 67 32 -
CMYK 0 0.64 0.83 0.27
HSL 13.73º 0.71% 0.43% -
HSV(B) 13.73º 0.83% 0.73% -
XYZ 22.28 14.43 2.98 -
YUV 98.29 90.59 189.85 -
System Red Green Blue C M Y K H S L
Decimal 185 67 32 0 0.64 0.83 0.27 13.73 0.71 0.43
Hex B9 43 20 0 40 53 1B E 47 2B
Octal 271 103 40 0 100 123 33 16 107 53
Binary 10111001 1000011 100000 0 1000000 1010011 11011 1110 1000111 101011

Color Harmonies of #B94320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94320

Black with #B94320

Text Example


Text Example

White with #B94320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94320; }

 p { color: rgb(185,67,32); }

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

background-color css

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

 a { background-color: rgb(185,67,32); }

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

border-color css

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

 span { border-color: rgb(185,67,32); }

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