Html Css Color HEX #BD441B Rust

📋 copy color: '#BD441B'

red 189 ◦ green 68 ◦ blue 27

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

Shades of Rust #BD441B

Tints of Rust #BD441B

RGB

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

 GREEN value IS 68 (26.95% from 255) = 23.94%

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

R = 66.55%
G = 23.94%
B = 9.51%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.86

 K value IS 0.26

RGB Variations

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

Color information

#BD441B (or 0xBD441B) is known color: Rust. HEX triplet: BD, 44 and 1B. RGB value is (189,68,27). Sum of RGB (Red+Green+Blue) = 189+68+27=284 (37% of max value = 765). Red value is 189 (74.22% from 255 or 66.55% from 284); Green value is 68 (26.95% from 255 or 23.94% from 284); Blue value is 27 (10.94% from 255 or 9.51% from 284); Max value from RGB is 189 - color contains mainly: red. Hex color #BD441B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD441B is #42BBE4. Grayscale: #636363. Windows color (decimal): -4373477 or 1787069. OLE color: 1787069.

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

Color convert

RGB 189 68 27 -
CMYK 0 0.64 0.86 0.26
HSL 15.19º 0.75% 0.42% -
HSV(B) 15.19º 0.86% 0.74% -
XYZ 23.25 15.03 2.71 -
YUV 99.51 87.09 191.83 -
System Red Green Blue C M Y K H S L
Decimal 189 68 27 0 0.64 0.86 0.26 15.19 0.75 0.42
Hex BD 44 1B 0 40 56 1A F 4B 2A
Octal 275 104 33 0 100 126 32 17 113 52
Binary 10111101 1000100 11011 0 1000000 1010110 11010 1111 1001011 101010

Color Harmonies of #BD441B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD441B

Black with #BD441B

Text Example


Text Example

White with #BD441B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD441B; }

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

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

background-color css

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

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

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

border-color css

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

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

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