Html Css Color HEX #B9410C Rust

📋 copy color: '#B9410C'

red 185 ◦ green 65 ◦ blue 12

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

Shades of Rust #B9410C

Tints of Rust #B9410C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 4.58%

R = 70.61%
G = 24.81%
B = 4.58%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.94

 K value IS 0.27

RGB Variations

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

Color information

#B9410C (or 0xB9410C) is known color: Rust. HEX triplet: B9, 41 and 0C. RGB value is (185,65,12). Sum of RGB (Red+Green+Blue) = 185+65+12=262 (34% of max value = 765). Red value is 185 (72.66% from 255 or 70.61% from 262); Green value is 65 (25.78% from 255 or 24.81% from 262); Blue value is 12 (5.08% from 255 or 4.58% from 262); Max value from RGB is 185 - color contains mainly: red. Hex color #B9410C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B9410C is #46BEF3. Grayscale: #5F5F5F. Windows color (decimal): -4636404 or 803257. OLE color: 803257.

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

Color convert

RGB 185 65 12 -
CMYK 0 0.65 0.94 0.27
HSL 18.38º 0.88% 0.39% -
HSV(B) 18.38º 0.94% 0.73% -
XYZ 21.96 14.12 1.92 -
YUV 94.84 81.26 192.31 -
System Red Green Blue C M Y K H S L
Decimal 185 65 12 0 0.65 0.94 0.27 18.38 0.88 0.39
Hex B9 41 C 0 41 5E 1B 12 58 27
Octal 271 101 14 0 101 136 33 22 130 47
Binary 10111001 1000001 1100 0 1000001 1011110 11011 10010 1011000 100111

Color Harmonies of #B9410C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9410C

Black with #B9410C

Text Example


Text Example

White with #B9410C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9410C; }

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

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

background-color css

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

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

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

border-color css

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

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

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