Html Css Color HEX #BD421D Rust

📋 copy color: '#BD421D'

red 189 ◦ green 66 ◦ blue 29

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

Shades of Rust #BD421D

Tints of Rust #BD421D

RGB

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

 GREEN value IS 66 (26.17% from 255) = 23.24%

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

R = 66.55%
G = 23.24%
B = 10.21%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.85

 K value IS 0.26

RGB Variations

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

Color information

#BD421D (or 0xBD421D) is known color: Rust. HEX triplet: BD, 42 and 1D. RGB value is (189,66,29). Sum of RGB (Red+Green+Blue) = 189+66+29=284 (37% of max value = 765). Red value is 189 (74.22% from 255 or 66.55% from 284); Green value is 66 (26.17% from 255 or 23.24% from 284); Blue value is 29 (11.72% from 255 or 10.21% from 284); Max value from RGB is 189 - color contains mainly: red. Hex color #BD421D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD421D is #42BDE2. Grayscale: #626262. Windows color (decimal): -4373987 or 1917629. OLE color: 1917629.

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

Color convert

RGB 189 66 29 -
CMYK 0 0.65 0.85 0.26
HSL 13.88º 0.73% 0.43% -
HSV(B) 13.88º 0.85% 0.74% -
XYZ 23.16 14.8 2.8 -
YUV 98.56 88.75 192.51 -
System Red Green Blue C M Y K H S L
Decimal 189 66 29 0 0.65 0.85 0.26 13.88 0.73 0.43
Hex BD 42 1D 0 41 55 1A E 49 2B
Octal 275 102 35 0 101 125 32 16 111 53
Binary 10111101 1000010 11101 0 1000001 1010101 11010 1110 1001001 101011

Color Harmonies of #BD421D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD421D

Black with #BD421D

Text Example


Text Example

White with #BD421D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD421D; }

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

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

background-color css

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

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

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

border-color css

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

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

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