Html Css Color HEX #BD3F0F Rust

📋 copy color: '#BD3F0F'

red 189 ◦ green 63 ◦ blue 15

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

Shades of Rust #BD3F0F

Tints of Rust #BD3F0F

RGB

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

 GREEN value IS 63 (25% from 255) = 23.6%

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

R = 70.79%
G = 23.6%
B = 5.62%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.92

 K value IS 0.26

RGB Variations

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

Color information

#BD3F0F (or 0xBD3F0F) is known color: Rust. HEX triplet: BD, 3F and 0F. RGB value is (189,63,15). Sum of RGB (Red+Green+Blue) = 189+63+15=267 (35% of max value = 765). Red value is 189 (74.22% from 255 or 70.79% from 267); Green value is 63 (25% from 255 or 23.60% from 267); Blue value is 15 (6.25% from 255 or 5.62% from 267); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3F0F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD3F0F is #42C0F0. Grayscale: #5F5F5F. Windows color (decimal): -4374769 or 999357. OLE color: 999357.

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

Color convert

RGB 189 63 15 -
CMYK 0 0.67 0.92 0.26
HSL 16.55º 0.85% 0.4% -
HSV(B) 16.55º 0.92% 0.74% -
XYZ 22.85 14.41 2.03 -
YUV 95.2 82.74 194.9 -
System Red Green Blue C M Y K H S L
Decimal 189 63 15 0 0.67 0.92 0.26 16.55 0.85 0.4
Hex BD 3F F 0 43 5C 1A 11 55 28
Octal 275 77 17 0 103 134 32 21 125 50
Binary 10111101 111111 1111 0 1000011 1011100 11010 10001 1010101 101000

Color Harmonies of #BD3F0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD3F0F

Black with #BD3F0F

Text Example


Text Example

White with #BD3F0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD3F0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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