Html Css Color HEX #BD4307 Rust

📋 copy color: '#BD4307'

red 189 ◦ green 67 ◦ blue 7

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

Shades of Rust #BD4307

Tints of Rust #BD4307

RGB

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

 GREEN value IS 67 (26.56% from 255) = 25.48%

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

R = 71.86%
G = 25.48%
B = 2.66%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.96

 K value IS 0.26

RGB Variations

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

Color information

#BD4307 (or 0xBD4307) is known color: Rust. HEX triplet: BD, 43 and 07. RGB value is (189,67,7). Sum of RGB (Red+Green+Blue) = 189+67+7=263 (34% of max value = 765). Red value is 189 (74.22% from 255 or 71.86% from 263); Green value is 67 (26.56% from 255 or 25.48% from 263); Blue value is 7 (3.12% from 255 or 2.66% from 263); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4307 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD4307 is #42BCF8. Grayscale: #606060. Windows color (decimal): -4373753 or 476093. OLE color: 476093.

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

Color convert

RGB 189 67 7 -
CMYK 0 0.65 0.96 0.26
HSL 19.78º 0.93% 0.38% -
HSV(B) 19.78º 0.96% 0.74% -
XYZ 23.03 14.85 1.85 -
YUV 96.64 77.42 193.88 -
System Red Green Blue C M Y K H S L
Decimal 189 67 7 0 0.65 0.96 0.26 19.78 0.93 0.38
Hex BD 43 7 0 41 60 1A 14 5D 26
Octal 275 103 7 0 101 140 32 24 135 46
Binary 10111101 1000011 111 0 1000001 1100000 11010 10100 1011101 100110

Color Harmonies of #BD4307

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD4307

Black with #BD4307

Text Example


Text Example

White with #BD4307

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD4307; }

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

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

background-color css

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

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

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

border-color css

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

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

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