Html Css Color HEX #BD421E Rust

📋 copy color: '#BD421E'

red 189 ◦ green 66 ◦ blue 30

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

Shades of Rust #BD421E

Tints of Rust #BD421E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 10.53%

R = 66.32%
G = 23.16%
B = 10.53%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.84

 K value IS 0.26

RGB Variations

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

Color information

#BD421E (or 0xBD421E) is known color: Rust. HEX triplet: BD, 42 and 1E. RGB value is (189,66,30). Sum of RGB (Red+Green+Blue) = 189+66+30=285 (37% of max value = 765). Red value is 189 (74.22% from 255 or 66.32% from 285); Green value is 66 (26.17% from 255 or 23.16% from 285); Blue value is 30 (12.11% from 255 or 10.53% from 285); Max value from RGB is 189 - color contains mainly: red. Hex color #BD421E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD421E is #42BDE1. Grayscale: #626262. Windows color (decimal): -4373986 or 1983165. OLE color: 1983165.

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

Color convert

RGB 189 66 30 -
CMYK 0 0.65 0.84 0.26
HSL 13.58º 0.73% 0.43% -
HSV(B) 13.58º 0.84% 0.74% -
XYZ 23.17 14.81 2.87 -
YUV 98.67 89.25 192.43 -
System Red Green Blue C M Y K H S L
Decimal 189 66 30 0 0.65 0.84 0.26 13.58 0.73 0.43
Hex BD 42 1E 0 41 54 1A E 49 2B
Octal 275 102 36 0 101 124 32 16 111 53
Binary 10111101 1000010 11110 0 1000001 1010100 11010 1110 1001001 101011

Color Harmonies of #BD421E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD421E

Black with #BD421E

Text Example


Text Example

White with #BD421E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD421E; }

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

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

background-color css

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

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

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

border-color css

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

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

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