Html Css Color HEX #B9440A Rust

📋 copy color: '#B9440A'

red 185 ◦ green 68 ◦ blue 10

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

Shades of Rust #B9440A

Tints of Rust #B9440A

RGB

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

 GREEN value IS 68 (26.95% from 255) = 25.86%

 BLUE value IS 10 (4.3% from 255) = 3.8%

R = 70.34%
G = 25.86%
B = 3.8%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.95

 K value IS 0.27

RGB Variations

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

Color information

#B9440A (or 0xB9440A) is known color: Rust. HEX triplet: B9, 44 and 0A. RGB value is (185,68,10). Sum of RGB (Red+Green+Blue) = 185+68+10=263 (34% of max value = 765). Red value is 185 (72.66% from 255 or 70.34% from 263); Green value is 68 (26.95% from 255 or 25.86% from 263); Blue value is 10 (4.30% from 255 or 3.80% from 263); Max value from RGB is 185 - color contains mainly: red. Hex color #B9440A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B9440A is #46BBF5. Grayscale: #606060. Windows color (decimal): -4635638 or 672953. OLE color: 672953.

HSL color Cylindrical-coordinate representation of color #B9440A: hue angle of 19.89º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B9440A is Cyan = 0, Magento = 0.63, Yellow = 0.95 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 68 10 -
CMYK 0 0.63 0.95 0.27
HSL 19.89º 0.9% 0.38% -
HSV(B) 19.89º 0.95% 0.73% -
XYZ 22.13 14.47 1.91 -
YUV 96.37 79.26 191.22 -
System Red Green Blue C M Y K H S L
Decimal 185 68 10 0 0.63 0.95 0.27 19.89 0.9 0.38
Hex B9 44 A 0 3F 5F 1B 14 5A 26
Octal 271 104 12 0 77 137 33 24 132 46
Binary 10111001 1000100 1010 0 111111 1011111 11011 10100 1011010 100110

Color Harmonies of #B9440A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9440A

Black with #B9440A

Text Example


Text Example

White with #B9440A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9440A; }

 p { color: rgb(185,68,10); }

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

background-color css

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

 a { background-color: rgb(185,68,10); }

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

border-color css

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

 span { border-color: rgb(185,68,10); }

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