Html Css Color HEX #BD4712 Rust

📋 copy color: '#BD4712'

red 189 ◦ green 71 ◦ blue 18

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

Shades of Rust #BD4712

Tints of Rust #BD4712

RGB

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

 GREEN value IS 71 (28.13% from 255) = 25.54%

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

R = 67.99%
G = 25.54%
B = 6.47%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.90

 K value IS 0.26

RGB Variations

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

Color information

#BD4712 (or 0xBD4712) is known color: Rust. HEX triplet: BD, 47 and 12. RGB value is (189,71,18). Sum of RGB (Red+Green+Blue) = 189+71+18=278 (36% of max value = 765). Red value is 189 (74.22% from 255 or 67.99% from 278); Green value is 71 (28.12% from 255 or 25.54% from 278); Blue value is 18 (7.42% from 255 or 6.47% from 278); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4712 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD4712 is #42B8ED. Grayscale: #646464. Windows color (decimal): -4372718 or 1198013. OLE color: 1198013.

HSL color Cylindrical-coordinate representation of color #BD4712: hue angle of 18.6º 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 #BD4712 is Cyan = 0, Magento = 0.62, Yellow = 0.90 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 71 18 -
CMYK 0 0.62 0.90 0.26
HSL 18.6º 0.83% 0.41% -
HSV(B) 18.6º 0.9% 0.74% -
XYZ 23.35 15.37 2.31 -
YUV 100.24 81.59 191.31 -
System Red Green Blue C M Y K H S L
Decimal 189 71 18 0 0.62 0.90 0.26 18.6 0.83 0.41
Hex BD 47 12 0 3E 5A 1A 13 53 29
Octal 275 107 22 0 76 132 32 23 123 51
Binary 10111101 1000111 10010 0 111110 1011010 11010 10011 1010011 101001

Color Harmonies of #BD4712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD4712

Black with #BD4712

Text Example


Text Example

White with #BD4712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD4712; }

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

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

background-color css

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

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

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

border-color css

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

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

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