Html Css Color HEX #B9430F Rust

📋 copy color: '#B9430F'

red 185 ◦ green 67 ◦ blue 15

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

Shades of Rust #B9430F

Tints of Rust #B9430F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 5.62%

R = 69.29%
G = 25.09%
B = 5.62%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.92

 K value IS 0.27

RGB Variations

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

Color information

#B9430F (or 0xB9430F) is known color: Rust. HEX triplet: B9, 43 and 0F. RGB value is (185,67,15). Sum of RGB (Red+Green+Blue) = 185+67+15=267 (35% of max value = 765). Red value is 185 (72.66% from 255 or 69.29% from 267); Green value is 67 (26.56% from 255 or 25.09% from 267); Blue value is 15 (6.25% from 255 or 5.62% from 267); Max value from RGB is 185 - color contains mainly: red. Hex color #B9430F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B9430F is #46BCF0. Grayscale: #606060. Windows color (decimal): -4635889 or 1000377. OLE color: 1000377.

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

Color convert

RGB 185 67 15 -
CMYK 0 0.64 0.92 0.27
HSL 18.35º 0.85% 0.39% -
HSV(B) 18.35º 0.92% 0.73% -
XYZ 22.1 14.36 2.06 -
YUV 96.35 82.09 191.23 -
System Red Green Blue C M Y K H S L
Decimal 185 67 15 0 0.64 0.92 0.27 18.35 0.85 0.39
Hex B9 43 F 0 40 5C 1B 12 55 27
Octal 271 103 17 0 100 134 33 22 125 47
Binary 10111001 1000011 1111 0 1000000 1011100 11011 10010 1010101 100111

Color Harmonies of #B9430F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9430F

Black with #B9430F

Text Example


Text Example

White with #B9430F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9430F; }

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

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

background-color css

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

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

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

border-color css

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

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

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