Html Css Color HEX #BD3C07 Rust

📋 copy color: '#BD3C07'

red 189 ◦ green 60 ◦ blue 7

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

Shades of Rust #BD3C07

Tints of Rust #BD3C07

RGB

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

 GREEN value IS 60 (23.83% from 255) = 23.44%

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

R = 73.83%
G = 23.44%
B = 2.73%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.96

 K value IS 0.26

RGB Variations

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

Color information

#BD3C07 (or 0xBD3C07) is known color: Rust. HEX triplet: BD, 3C and 07. RGB value is (189,60,7). Sum of RGB (Red+Green+Blue) = 189+60+7=256 (33% of max value = 765). Red value is 189 (74.22% from 255 or 73.83% from 256); Green value is 60 (23.83% from 255 or 23.44% from 256); Blue value is 7 (3.12% from 255 or 2.73% from 256); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3C07 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD3C07 is #42C3F8. Grayscale: #5C5C5C. Windows color (decimal): -4375545 or 474301. OLE color: 474301.

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

Color convert

RGB 189 60 7 -
CMYK 0 0.68 0.96 0.26
HSL 17.47º 0.93% 0.38% -
HSV(B) 17.47º 0.96% 0.74% -
XYZ 22.64 14.07 1.72 -
YUV 92.53 79.74 196.81 -
System Red Green Blue C M Y K H S L
Decimal 189 60 7 0 0.68 0.96 0.26 17.47 0.93 0.38
Hex BD 3C 7 0 44 60 1A 11 5D 26
Octal 275 74 7 0 104 140 32 21 135 46
Binary 10111101 111100 111 0 1000100 1100000 11010 10001 1011101 100110

Color Harmonies of #BD3C07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD3C07

Black with #BD3C07

Text Example


Text Example

White with #BD3C07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD3C07; }

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

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

background-color css

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

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

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

border-color css

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

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

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