Html Css Color HEX #BD3907 Rust

📋 copy color: '#BD3907'

red 189 ◦ green 57 ◦ blue 7

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

Shades of Rust #BD3907

Tints of Rust #BD3907

RGB

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

 GREEN value IS 57 (22.66% from 255) = 22.53%

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

R = 74.7%
G = 22.53%
B = 2.77%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.96

 K value IS 0.26

RGB Variations

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

Color information

#BD3907 (or 0xBD3907) is known color: Rust. HEX triplet: BD, 39 and 07. RGB value is (189,57,7). Sum of RGB (Red+Green+Blue) = 189+57+7=253 (33% of max value = 765). Red value is 189 (74.22% from 255 or 74.70% from 253); Green value is 57 (22.66% from 255 or 22.53% from 253); Blue value is 7 (3.12% from 255 or 2.77% from 253); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3907 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD3907 is #42C6F8. Grayscale: #5B5B5B. Windows color (decimal): -4376313 or 473533. OLE color: 473533.

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

Color convert

RGB 189 57 7 -
CMYK 0 0.70 0.96 0.26
HSL 16.48º 0.93% 0.38% -
HSV(B) 16.48º 0.96% 0.74% -
XYZ 22.49 13.76 1.67 -
YUV 90.77 80.73 198.07 -
System Red Green Blue C M Y K H S L
Decimal 189 57 7 0 0.70 0.96 0.26 16.48 0.93 0.38
Hex BD 39 7 0 46 60 1A 10 5D 26
Octal 275 71 7 0 106 140 32 20 135 46
Binary 10111101 111001 111 0 1000110 1100000 11010 10000 1011101 100110

Color Harmonies of #BD3907

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD3907

Black with #BD3907

Text Example


Text Example

White with #BD3907

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD3907; }

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

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

background-color css

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

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

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

border-color css

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

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

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