Html Css Color HEX #BD441D Rust

📋 copy color: '#BD441D'

red 189 ◦ green 68 ◦ blue 29

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

Shades of Rust #BD441D

Tints of Rust #BD441D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 10.14%

R = 66.08%
G = 23.78%
B = 10.14%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.85

 K value IS 0.26

RGB Variations

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

Color information

#BD441D (or 0xBD441D) is known color: Rust. HEX triplet: BD, 44 and 1D. RGB value is (189,68,29). Sum of RGB (Red+Green+Blue) = 189+68+29=286 (37% of max value = 765). Red value is 189 (74.22% from 255 or 66.08% from 286); Green value is 68 (26.95% from 255 or 23.78% from 286); Blue value is 29 (11.72% from 255 or 10.14% from 286); Max value from RGB is 189 - color contains mainly: red. Hex color #BD441D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD441D is #42BBE2. Grayscale: #646464. Windows color (decimal): -4373475 or 1918141. OLE color: 1918141.

HSL color Cylindrical-coordinate representation of color #BD441D: hue angle of 14.62º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BD441D is Cyan = 0, Magento = 0.64, Yellow = 0.85 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 68 29 -
CMYK 0 0.64 0.85 0.26
HSL 14.63º 0.73% 0.43% -
HSV(B) 14.63º 0.85% 0.74% -
XYZ 23.28 15.04 2.84 -
YUV 99.73 88.09 191.67 -
System Red Green Blue C M Y K H S L
Decimal 189 68 29 0 0.64 0.85 0.26 14.63 0.73 0.43
Hex BD 44 1D 0 40 55 1A F 49 2B
Octal 275 104 35 0 100 125 32 17 111 53
Binary 10111101 1000100 11101 0 1000000 1010101 11010 1111 1001001 101011

Color Harmonies of #BD441D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD441D

Black with #BD441D

Text Example


Text Example

White with #BD441D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD441D; }

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

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

background-color css

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

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

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

border-color css

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

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

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