Html Css Color HEX #BD4C0E Rust

📋 copy color: '#BD4C0E'

red 189 ◦ green 76 ◦ blue 14

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

Shades of Rust #BD4C0E

Tints of Rust #BD4C0E

RGB

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

 GREEN value IS 76 (30.08% from 255) = 27.24%

 BLUE value IS 14 (5.86% from 255) = 5.02%

R = 67.74%
G = 27.24%
B = 5.02%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.93

 K value IS 0.26

RGB Variations

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

Color information

#BD4C0E (or 0xBD4C0E) is known color: Rust. HEX triplet: BD, 4C and 0E. RGB value is (189,76,14). Sum of RGB (Red+Green+Blue) = 189+76+14=279 (36% of max value = 765). Red value is 189 (74.22% from 255 or 67.74% from 279); Green value is 76 (30.08% from 255 or 27.24% from 279); Blue value is 14 (5.86% from 255 or 5.02% from 279); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4C0E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD4C0E is #42B3F1. Grayscale: #676767. Windows color (decimal): -4371442 or 937149. OLE color: 937149.

HSL color Cylindrical-coordinate representation of color #BD4C0E: hue angle of 21.26º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BD4C0E is Cyan = 0, Magento = 0.60, Yellow = 0.93 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 76 14 -
CMYK 0 0.60 0.93 0.26
HSL 21.26º 0.86% 0.4% -
HSV(B) 21.26º 0.93% 0.74% -
XYZ 23.65 16.02 2.26 -
YUV 102.72 77.94 189.54 -
System Red Green Blue C M Y K H S L
Decimal 189 76 14 0 0.60 0.93 0.26 21.26 0.86 0.4
Hex BD 4C E 0 3C 5D 1A 15 56 28
Octal 275 114 16 0 74 135 32 25 126 50
Binary 10111101 1001100 1110 0 111100 1011101 11010 10101 1010110 101000

Color Harmonies of #BD4C0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD4C0E

Black with #BD4C0E

Text Example


Text Example

White with #BD4C0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD4C0E; }

 p { color: rgb(189,76,14); }

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

background-color css

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

 a { background-color: rgb(189,76,14); }

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

border-color css

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

 span { border-color: rgb(189,76,14); }

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