Html Css Color HEX #BD4D12 Rust

📋 copy color: '#BD4D12'

red 189 ◦ green 77 ◦ blue 18

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

Shades of Rust #BD4D12

Tints of Rust #BD4D12

RGB

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

 GREEN value IS 77 (30.47% from 255) = 27.11%

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

R = 66.55%
G = 27.11%
B = 6.34%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.90

 K value IS 0.26

RGB Variations

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

Color information

#BD4D12 (or 0xBD4D12) is known color: Rust. HEX triplet: BD, 4D and 12. RGB value is (189,77,18). Sum of RGB (Red+Green+Blue) = 189+77+18=284 (37% of max value = 765). Red value is 189 (74.22% from 255 or 66.55% from 284); Green value is 77 (30.47% from 255 or 27.11% from 284); Blue value is 18 (7.42% from 255 or 6.34% from 284); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4D12 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD4D12 is #42B2ED. Grayscale: #686868. Windows color (decimal): -4371182 or 1199549. OLE color: 1199549.

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

Color convert

RGB 189 77 18 -
CMYK 0 0.59 0.90 0.26
HSL 20.7º 0.83% 0.41% -
HSV(B) 20.7º 0.9% 0.74% -
XYZ 23.75 16.17 2.44 -
YUV 103.76 79.61 188.8 -
System Red Green Blue C M Y K H S L
Decimal 189 77 18 0 0.59 0.90 0.26 20.7 0.83 0.41
Hex BD 4D 12 0 3B 5A 1A 15 53 29
Octal 275 115 22 0 73 132 32 25 123 51
Binary 10111101 1001101 10010 0 111011 1011010 11010 10101 1010011 101001

Color Harmonies of #BD4D12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD4D12

Black with #BD4D12

Text Example


Text Example

White with #BD4D12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD4D12; }

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

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

background-color css

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

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

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

border-color css

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

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

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