Html Css Color HEX #BD4007 Rust

📋 copy color: '#BD4007'

red 189 ◦ green 64 ◦ blue 7

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

Shades of Rust #BD4007

Tints of Rust #BD4007

RGB

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

 GREEN value IS 64 (25.39% from 255) = 24.62%

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

R = 72.69%
G = 24.62%
B = 2.69%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.96

 K value IS 0.26

RGB Variations

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

Color information

#BD4007 (or 0xBD4007) is known color: Rust. HEX triplet: BD, 40 and 07. RGB value is (189,64,7). Sum of RGB (Red+Green+Blue) = 189+64+7=260 (34% of max value = 765). Red value is 189 (74.22% from 255 or 72.69% from 260); Green value is 64 (25.39% from 255 or 24.62% from 260); Blue value is 7 (3.12% from 255 or 2.69% from 260); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4007 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD4007 is #42BFF8. Grayscale: #5F5F5F. Windows color (decimal): -4374521 or 475325. OLE color: 475325.

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

Color convert

RGB 189 64 7 -
CMYK 0 0.66 0.96 0.26
HSL 18.79º 0.93% 0.38% -
HSV(B) 18.79º 0.96% 0.74% -
XYZ 22.86 14.5 1.8 -
YUV 94.88 78.41 195.13 -
System Red Green Blue C M Y K H S L
Decimal 189 64 7 0 0.66 0.96 0.26 18.79 0.93 0.38
Hex BD 40 7 0 42 60 1A 13 5D 26
Octal 275 100 7 0 102 140 32 23 135 46
Binary 10111101 1000000 111 0 1000010 1100000 11010 10011 1011101 100110

Color Harmonies of #BD4007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD4007

Black with #BD4007

Text Example


Text Example

White with #BD4007

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD4007; }

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

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

background-color css

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

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

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

border-color css

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

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

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