Html Css Color HEX #BD411D Rust

📋 copy color: '#BD411D'

red 189 ◦ green 65 ◦ blue 29

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

Shades of Rust #BD411D

Tints of Rust #BD411D

RGB

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

 GREEN value IS 65 (25.78% from 255) = 22.97%

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

R = 66.78%
G = 22.97%
B = 10.25%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.85

 K value IS 0.26

RGB Variations

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

Color information

#BD411D (or 0xBD411D) is known color: Rust. HEX triplet: BD, 41 and 1D. RGB value is (189,65,29). Sum of RGB (Red+Green+Blue) = 189+65+29=283 (37% of max value = 765). Red value is 189 (74.22% from 255 or 66.78% from 283); Green value is 65 (25.78% from 255 or 22.97% from 283); Blue value is 29 (11.72% from 255 or 10.25% from 283); Max value from RGB is 189 - color contains mainly: red. Hex color #BD411D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD411D is #42BEE2. Grayscale: #626262. Windows color (decimal): -4374243 or 1917373. OLE color: 1917373.

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

Color convert

RGB 189 65 29 -
CMYK 0 0.66 0.85 0.26
HSL 13.5º 0.73% 0.43% -
HSV(B) 13.5º 0.85% 0.74% -
XYZ 23.1 14.69 2.78 -
YUV 97.97 89.08 192.93 -
System Red Green Blue C M Y K H S L
Decimal 189 65 29 0 0.66 0.85 0.26 13.5 0.73 0.43
Hex BD 41 1D 0 42 55 1A E 49 2B
Octal 275 101 35 0 102 125 32 16 111 53
Binary 10111101 1000001 11101 0 1000010 1010101 11010 1110 1001001 101011

Color Harmonies of #BD411D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD411D

Black with #BD411D

Text Example


Text Example

White with #BD411D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD411D; }

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

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

background-color css

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

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

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

border-color css

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

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

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