Html Css Color HEX #BD4816 Rust

📋 copy color: '#BD4816'

red 189 ◦ green 72 ◦ blue 22

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

Shades of Rust #BD4816

Tints of Rust #BD4816

RGB

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

 GREEN value IS 72 (28.52% from 255) = 25.44%

 BLUE value IS 22 (8.98% from 255) = 7.77%

R = 66.78%
G = 25.44%
B = 7.77%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.88

 K value IS 0.26

RGB Variations

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

Color information

#BD4816 (or 0xBD4816) is known color: Rust. HEX triplet: BD, 48 and 16. RGB value is (189,72,22). Sum of RGB (Red+Green+Blue) = 189+72+22=283 (37% of max value = 765). Red value is 189 (74.22% from 255 or 66.78% from 283); Green value is 72 (28.52% from 255 or 25.44% from 283); Blue value is 22 (8.98% from 255 or 7.77% from 283); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4816 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD4816 is #42B7E9. Grayscale: #656565. Windows color (decimal): -4372458 or 1460413. OLE color: 1460413.

HSL color Cylindrical-coordinate representation of color #BD4816: hue angle of 17.96º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BD4816 is Cyan = 0, Magento = 0.62, Yellow = 0.88 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 72 22 -
CMYK 0 0.62 0.88 0.26
HSL 17.96º 0.79% 0.41% -
HSV(B) 17.96º 0.88% 0.74% -
XYZ 23.45 15.51 2.52 -
YUV 101.28 83.26 190.57 -
System Red Green Blue C M Y K H S L
Decimal 189 72 22 0 0.62 0.88 0.26 17.96 0.79 0.41
Hex BD 48 16 0 3E 58 1A 12 4F 29
Octal 275 110 26 0 76 130 32 22 117 51
Binary 10111101 1001000 10110 0 111110 1011000 11010 10010 1001111 101001

Color Harmonies of #BD4816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD4816

Black with #BD4816

Text Example


Text Example

White with #BD4816

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD4816; }

 p { color: rgb(189,72,22); }

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

background-color css

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

 a { background-color: rgb(189,72,22); }

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

border-color css

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

 span { border-color: rgb(189,72,22); }

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