Html Css Color HEX #BD4C1B Rust

📋 copy color: '#BD4C1B'

red 189 ◦ green 76 ◦ blue 27

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

Shades of Rust #BD4C1B

Tints of Rust #BD4C1B

RGB

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

 GREEN value IS 76 (30.08% from 255) = 26.03%

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

R = 64.73%
G = 26.03%
B = 9.25%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.86

 K value IS 0.26

RGB Variations

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

Color information

#BD4C1B (or 0xBD4C1B) is known color: Rust. HEX triplet: BD, 4C and 1B. RGB value is (189,76,27). Sum of RGB (Red+Green+Blue) = 189+76+27=292 (38% of max value = 765). Red value is 189 (74.22% from 255 or 64.73% from 292); Green value is 76 (30.08% from 255 or 26.03% from 292); Blue value is 27 (10.94% from 255 or 9.25% from 292); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4C1B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD4C1B is #42B3E4. Grayscale: #686868. Windows color (decimal): -4371429 or 1789117. OLE color: 1789117.

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

Color convert

RGB 189 76 27 -
CMYK 0 0.60 0.86 0.26
HSL 18.15º 0.75% 0.42% -
HSV(B) 18.15º 0.86% 0.74% -
XYZ 23.77 16.07 2.89 -
YUV 104.2 84.44 188.48 -
System Red Green Blue C M Y K H S L
Decimal 189 76 27 0 0.60 0.86 0.26 18.15 0.75 0.42
Hex BD 4C 1B 0 3C 56 1A 12 4B 2A
Octal 275 114 33 0 74 126 32 22 113 52
Binary 10111101 1001100 11011 0 111100 1010110 11010 10010 1001011 101010

Color Harmonies of #BD4C1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD4C1B

Black with #BD4C1B

Text Example


Text Example

White with #BD4C1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD4C1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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