Html Css Color HEX #BD4612 Rust

📋 copy color: '#BD4612'

red 189 ◦ green 70 ◦ blue 18

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

Shades of Rust #BD4612

Tints of Rust #BD4612

RGB

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

 GREEN value IS 70 (27.73% from 255) = 25.27%

 BLUE value IS 18 (7.42% from 255) = 6.5%

R = 68.23%
G = 25.27%
B = 6.5%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.90

 K value IS 0.26

RGB Variations

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

Color information

#BD4612 (or 0xBD4612) is known color: Rust. HEX triplet: BD, 46 and 12. RGB value is (189,70,18). Sum of RGB (Red+Green+Blue) = 189+70+18=277 (36% of max value = 765). Red value is 189 (74.22% from 255 or 68.23% from 277); Green value is 70 (27.73% from 255 or 25.27% from 277); Blue value is 18 (7.42% from 255 or 6.50% from 277); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4612 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD4612 is #42B9ED. Grayscale: #636363. Windows color (decimal): -4372974 or 1197757. OLE color: 1197757.

HSL color Cylindrical-coordinate representation of color #BD4612: hue angle of 18.25º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BD4612 is Cyan = 0, Magento = 0.63, Yellow = 0.90 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 70 18 -
CMYK 0 0.63 0.90 0.26
HSL 18.25º 0.83% 0.41% -
HSV(B) 18.25º 0.9% 0.74% -
XYZ 23.29 15.24 2.29 -
YUV 99.65 81.92 191.73 -
System Red Green Blue C M Y K H S L
Decimal 189 70 18 0 0.63 0.90 0.26 18.25 0.83 0.41
Hex BD 46 12 0 3F 5A 1A 12 53 29
Octal 275 106 22 0 77 132 32 22 123 51
Binary 10111101 1000110 10010 0 111111 1011010 11010 10010 1010011 101001

Color Harmonies of #BD4612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD4612

Black with #BD4612

Text Example


Text Example

White with #BD4612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD4612; }

 p { color: rgb(189,70,18); }

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

background-color css

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

 a { background-color: rgb(189,70,18); }

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

border-color css

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

 span { border-color: rgb(189,70,18); }

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