Html Css Color HEX #BD4F0F Rust

📋 copy color: '#BD4F0F'

red 189 ◦ green 79 ◦ blue 15

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

Shades of Rust #BD4F0F

Tints of Rust #BD4F0F

RGB

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

 GREEN value IS 79 (31.25% from 255) = 27.92%

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

R = 66.78%
G = 27.92%
B = 5.3%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.92

 K value IS 0.26

RGB Variations

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

Color information

#BD4F0F (or 0xBD4F0F) is known color: Rust. HEX triplet: BD, 4F and 0F. RGB value is (189,79,15). Sum of RGB (Red+Green+Blue) = 189+79+15=283 (37% of max value = 765). Red value is 189 (74.22% from 255 or 66.78% from 283); Green value is 79 (31.25% from 255 or 27.92% from 283); Blue value is 15 (6.25% from 255 or 5.30% from 283); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4F0F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD4F0F is #42B0F0. Grayscale: #686868. Windows color (decimal): -4370673 or 1003453. OLE color: 1003453.

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

Color convert

RGB 189 79 15 -
CMYK 0 0.58 0.92 0.26
HSL 22.07º 0.85% 0.4% -
HSV(B) 22.07º 0.92% 0.74% -
XYZ 23.87 16.45 2.37 -
YUV 104.59 77.44 188.2 -
System Red Green Blue C M Y K H S L
Decimal 189 79 15 0 0.58 0.92 0.26 22.07 0.85 0.4
Hex BD 4F F 0 3A 5C 1A 16 55 28
Octal 275 117 17 0 72 134 32 26 125 50
Binary 10111101 1001111 1111 0 111010 1011100 11010 10110 1010101 101000

Color Harmonies of #BD4F0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD4F0F

Black with #BD4F0F

Text Example


Text Example

White with #BD4F0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD4F0F; }

 p { color: rgb(189,79,15); }

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

background-color css

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

 a { background-color: rgb(189,79,15); }

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

border-color css

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

 span { border-color: rgb(189,79,15); }

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