Html Css Color HEX #BD3F07 Rust

📋 copy color: '#BD3F07'

red 189 ◦ green 63 ◦ blue 7

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

Shades of Rust #BD3F07

Tints of Rust #BD3F07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.7%

R = 72.97%
G = 24.32%
B = 2.7%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.96

 K value IS 0.26

RGB Variations

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

Color information

#BD3F07 (or 0xBD3F07) is known color: Rust. HEX triplet: BD, 3F and 07. RGB value is (189,63,7). Sum of RGB (Red+Green+Blue) = 189+63+7=259 (34% of max value = 765). Red value is 189 (74.22% from 255 or 72.97% from 259); Green value is 63 (25% from 255 or 24.32% from 259); Blue value is 7 (3.12% from 255 or 2.70% from 259); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3F07 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD3F07 is #42C0F8. Grayscale: #5E5E5E. Windows color (decimal): -4374777 or 475069. OLE color: 475069.

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

Color convert

RGB 189 63 7 -
CMYK 0 0.67 0.96 0.26
HSL 18.46º 0.93% 0.38% -
HSV(B) 18.46º 0.96% 0.74% -
XYZ 22.8 14.39 1.78 -
YUV 94.29 78.74 195.55 -
System Red Green Blue C M Y K H S L
Decimal 189 63 7 0 0.67 0.96 0.26 18.46 0.93 0.38
Hex BD 3F 7 0 43 60 1A 12 5D 26
Octal 275 77 7 0 103 140 32 22 135 46
Binary 10111101 111111 111 0 1000011 1100000 11010 10010 1011101 100110

Color Harmonies of #BD3F07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD3F07

Black with #BD3F07

Text Example


Text Example

White with #BD3F07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD3F07; }

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

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

background-color css

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

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

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

border-color css

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

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

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