Html Css Color HEX #BD4112 Rust

📋 copy color: '#BD4112'

red 189 ◦ green 65 ◦ blue 18

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

Shades of Rust #BD4112

Tints of Rust #BD4112

RGB

 RED value IS 189 (74.22% from 255) = 69.49%

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

 BLUE value IS 18 (7.42% from 255) = 6.62%

R = 69.49%
G = 23.9%
B = 6.62%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.90

 K value IS 0.26

RGB Variations

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

Color information

#BD4112 (or 0xBD4112) is known color: Rust. HEX triplet: BD, 41 and 12. RGB value is (189,65,18). Sum of RGB (Red+Green+Blue) = 189+65+18=272 (36% of max value = 765). Red value is 189 (74.22% from 255 or 69.49% from 272); Green value is 65 (25.78% from 255 or 23.90% from 272); Blue value is 18 (7.42% from 255 or 6.62% from 272); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4112 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD4112 is #42BEED. Grayscale: #616161. Windows color (decimal): -4374254 or 1196477. OLE color: 1196477.

HSL color Cylindrical-coordinate representation of color #BD4112: hue angle of 16.49º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BD4112 is Cyan = 0, Magento = 0.66, Yellow = 0.90 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 65 18 -
CMYK 0 0.66 0.90 0.26
HSL 16.49º 0.83% 0.41% -
HSV(B) 16.49º 0.9% 0.74% -
XYZ 22.99 14.64 2.19 -
YUV 96.72 83.58 193.82 -
System Red Green Blue C M Y K H S L
Decimal 189 65 18 0 0.66 0.90 0.26 16.49 0.83 0.41
Hex BD 41 12 0 42 5A 1A 10 53 29
Octal 275 101 22 0 102 132 32 20 123 51
Binary 10111101 1000001 10010 0 1000010 1011010 11010 10000 1010011 101001

Color Harmonies of #BD4112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD4112

Black with #BD4112

Text Example


Text Example

White with #BD4112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD4112; }

 p { color: rgb(189,65,18); }

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

background-color css

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

 a { background-color: rgb(189,65,18); }

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

border-color css

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

 span { border-color: rgb(189,65,18); }

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