Html Css Color HEX #BD3D1B Rust

📋 copy color: '#BD3D1B'

red 189 ◦ green 61 ◦ blue 27

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

Shades of Rust #BD3D1B

Tints of Rust #BD3D1B

RGB

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

 GREEN value IS 61 (24.22% from 255) = 22.02%

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

R = 68.23%
G = 22.02%
B = 9.75%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.86

 K value IS 0.26

RGB Variations

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

Color information

#BD3D1B (or 0xBD3D1B) is known color: Rust. HEX triplet: BD, 3D and 1B. RGB value is (189,61,27). Sum of RGB (Red+Green+Blue) = 189+61+27=277 (36% of max value = 765). Red value is 189 (74.22% from 255 or 68.23% from 277); Green value is 61 (24.22% from 255 or 22.02% from 277); Blue value is 27 (10.94% from 255 or 9.75% from 277); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3D1B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD3D1B is #42C2E4. Grayscale: #5F5F5F. Windows color (decimal): -4375269 or 1785277. OLE color: 1785277.

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

Color convert

RGB 189 61 27 -
CMYK 0 0.68 0.86 0.26
HSL 12.59º 0.75% 0.42% -
HSV(B) 12.59º 0.86% 0.74% -
XYZ 22.85 14.24 2.58 -
YUV 95.4 89.41 194.76 -
System Red Green Blue C M Y K H S L
Decimal 189 61 27 0 0.68 0.86 0.26 12.59 0.75 0.42
Hex BD 3D 1B 0 44 56 1A D 4B 2A
Octal 275 75 33 0 104 126 32 15 113 52
Binary 10111101 111101 11011 0 1000100 1010110 11010 1101 1001011 101010

Color Harmonies of #BD3D1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD3D1B

Black with #BD3D1B

Text Example


Text Example

White with #BD3D1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD3D1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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