Html Css Color HEX #BD401D Rust

📋 copy color: '#BD401D'

red 189 ◦ green 64 ◦ blue 29

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

Shades of Rust #BD401D

Tints of Rust #BD401D

RGB

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

 GREEN value IS 64 (25.39% from 255) = 22.7%

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

R = 67.02%
G = 22.7%
B = 10.28%

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

#BD401D (or 0xBD401D) is known color: Rust. HEX triplet: BD, 40 and 1D. RGB value is (189,64,29). Sum of RGB (Red+Green+Blue) = 189+64+29=282 (37% of max value = 765). Red value is 189 (74.22% from 255 or 67.02% from 282); Green value is 64 (25.39% from 255 or 22.70% from 282); Blue value is 29 (11.72% from 255 or 10.28% from 282); Max value from RGB is 189 - color contains mainly: red. Hex color #BD401D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD401D is #42BFE2. Grayscale: #616161. Windows color (decimal): -4374499 or 1917117. OLE color: 1917117.

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

Color convert

RGB 189 64 29 -
CMYK 0 0.66 0.85 0.26
HSL 13.13º 0.73% 0.43% -
HSV(B) 13.13º 0.85% 0.74% -
XYZ 23.04 14.57 2.76 -
YUV 97.39 89.41 193.35 -
System Red Green Blue C M Y K H S L
Decimal 189 64 29 0 0.66 0.85 0.26 13.13 0.73 0.43
Hex BD 40 1D 0 42 55 1A D 49 2B
Octal 275 100 35 0 102 125 32 15 111 53
Binary 10111101 1000000 11101 0 1000010 1010101 11010 1101 1001001 101011

Color Harmonies of #BD401D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD401D

Black with #BD401D

Text Example


Text Example

White with #BD401D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD401D; }

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

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

background-color css

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

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

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

border-color css

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

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

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