Html Css Color HEX #BD4D1A Rust

📋 copy color: '#BD4D1A'

red 189 ◦ green 77 ◦ blue 26

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

Shades of Rust #BD4D1A

Tints of Rust #BD4D1A

RGB

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

 GREEN value IS 77 (30.47% from 255) = 26.37%

 BLUE value IS 26 (10.55% from 255) = 8.9%

R = 64.73%
G = 26.37%
B = 8.9%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.86

 K value IS 0.26

RGB Variations

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

Color information

#BD4D1A (or 0xBD4D1A) is known color: Rust. HEX triplet: BD, 4D and 1A. RGB value is (189,77,26). Sum of RGB (Red+Green+Blue) = 189+77+26=292 (38% of max value = 765). Red value is 189 (74.22% from 255 or 64.73% from 292); Green value is 77 (30.47% from 255 or 26.37% from 292); Blue value is 26 (10.55% from 255 or 8.90% from 292); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4D1A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD4D1A is #42B2E5. Grayscale: #686868. Windows color (decimal): -4371174 or 1723837. OLE color: 1723837.

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

Color convert

RGB 189 77 26 -
CMYK 0 0.59 0.86 0.26
HSL 18.77º 0.76% 0.42% -
HSV(B) 18.77º 0.86% 0.74% -
XYZ 23.83 16.2 2.85 -
YUV 104.67 83.61 188.15 -
System Red Green Blue C M Y K H S L
Decimal 189 77 26 0 0.59 0.86 0.26 18.77 0.76 0.42
Hex BD 4D 1A 0 3B 56 1A 13 4C 2A
Octal 275 115 32 0 73 126 32 23 114 52
Binary 10111101 1001101 11010 0 111011 1010110 11010 10011 1001100 101010

Color Harmonies of #BD4D1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD4D1A

Black with #BD4D1A

Text Example


Text Example

White with #BD4D1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD4D1A; }

 p { color: rgb(189,77,26); }

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

background-color css

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

 a { background-color: rgb(189,77,26); }

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

border-color css

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

 span { border-color: rgb(189,77,26); }

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