Html Css Color HEX #BD421B Rust

📋 copy color: '#BD421B'

red 189 ◦ green 66 ◦ blue 27

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

Shades of Rust #BD421B

Tints of Rust #BD421B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 9.57%

R = 67.02%
G = 23.4%
B = 9.57%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.86

 K value IS 0.26

RGB Variations

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

Color information

#BD421B (or 0xBD421B) is known color: Rust. HEX triplet: BD, 42 and 1B. RGB value is (189,66,27). Sum of RGB (Red+Green+Blue) = 189+66+27=282 (37% of max value = 765). Red value is 189 (74.22% from 255 or 67.02% from 282); Green value is 66 (26.17% from 255 or 23.40% from 282); Blue value is 27 (10.94% from 255 or 9.57% from 282); Max value from RGB is 189 - color contains mainly: red. Hex color #BD421B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD421B is #42BDE4. Grayscale: #626262. Windows color (decimal): -4373989 or 1786557. OLE color: 1786557.

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

Color convert

RGB 189 66 27 -
CMYK 0 0.65 0.86 0.26
HSL 14.44º 0.75% 0.42% -
HSV(B) 14.44º 0.86% 0.74% -
XYZ 23.13 14.79 2.67 -
YUV 98.33 87.75 192.67 -
System Red Green Blue C M Y K H S L
Decimal 189 66 27 0 0.65 0.86 0.26 14.44 0.75 0.42
Hex BD 42 1B 0 41 56 1A E 4B 2A
Octal 275 102 33 0 101 126 32 16 113 52
Binary 10111101 1000010 11011 0 1000001 1010110 11010 1110 1001011 101010

Color Harmonies of #BD421B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD421B

Black with #BD421B

Text Example


Text Example

White with #BD421B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD421B; }

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

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

background-color css

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

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

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

border-color css

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

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

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