Html Css Color HEX #BD401B Rust

📋 copy color: '#BD401B'

red 189 ◦ green 64 ◦ blue 27

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

Shades of Rust #BD401B

Tints of Rust #BD401B

RGB

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

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

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

R = 67.5%
G = 22.86%
B = 9.64%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.86

 K value IS 0.26

RGB Variations

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

Color information

#BD401B (or 0xBD401B) is known color: Rust. HEX triplet: BD, 40 and 1B. RGB value is (189,64,27). Sum of RGB (Red+Green+Blue) = 189+64+27=280 (37% of max value = 765). Red value is 189 (74.22% from 255 or 67.5% from 280); Green value is 64 (25.39% from 255 or 22.86% from 280); Blue value is 27 (10.94% from 255 or 9.64% from 280); Max value from RGB is 189 - color contains mainly: red. Hex color #BD401B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD401B is #42BFE4. Grayscale: #616161. Windows color (decimal): -4374501 or 1786045. OLE color: 1786045.

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

Color convert

RGB 189 64 27 -
CMYK 0 0.66 0.86 0.26
HSL 13.7º 0.75% 0.42% -
HSV(B) 13.7º 0.86% 0.74% -
XYZ 23.02 14.56 2.64 -
YUV 97.16 88.41 193.51 -
System Red Green Blue C M Y K H S L
Decimal 189 64 27 0 0.66 0.86 0.26 13.7 0.75 0.42
Hex BD 40 1B 0 42 56 1A E 4B 2A
Octal 275 100 33 0 102 126 32 16 113 52
Binary 10111101 1000000 11011 0 1000010 1010110 11010 1110 1001011 101010

Color Harmonies of #BD401B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD401B

Black with #BD401B

Text Example


Text Example

White with #BD401B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD401B; }

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

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

background-color css

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

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

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

border-color css

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

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

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