Html Css Color HEX #BD4416 Rust

📋 copy color: '#BD4416'

red 189 ◦ green 68 ◦ blue 22

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

Shades of Rust #BD4416

Tints of Rust #BD4416

RGB

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

 GREEN value IS 68 (26.95% from 255) = 24.37%

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

R = 67.74%
G = 24.37%
B = 7.89%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.88

 K value IS 0.26

RGB Variations

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

Color information

#BD4416 (or 0xBD4416) is known color: Rust. HEX triplet: BD, 44 and 16. RGB value is (189,68,22). Sum of RGB (Red+Green+Blue) = 189+68+22=279 (36% of max value = 765). Red value is 189 (74.22% from 255 or 67.74% from 279); Green value is 68 (26.95% from 255 or 24.37% from 279); Blue value is 22 (8.98% from 255 or 7.89% from 279); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4416 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD4416 is #42BBE9. Grayscale: #636363. Windows color (decimal): -4373482 or 1459389. OLE color: 1459389.

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

Color convert

RGB 189 68 22 -
CMYK 0 0.64 0.88 0.26
HSL 16.53º 0.79% 0.41% -
HSV(B) 16.53º 0.88% 0.74% -
XYZ 23.2 15.01 2.43 -
YUV 98.94 84.59 192.24 -
System Red Green Blue C M Y K H S L
Decimal 189 68 22 0 0.64 0.88 0.26 16.53 0.79 0.41
Hex BD 44 16 0 40 58 1A 11 4F 29
Octal 275 104 26 0 100 130 32 21 117 51
Binary 10111101 1000100 10110 0 1000000 1011000 11010 10001 1001111 101001

Color Harmonies of #BD4416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD4416

Black with #BD4416

Text Example


Text Example

White with #BD4416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD4416; }

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

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

background-color css

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

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

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

border-color css

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

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

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