Html Css Color HEX #BD4C1A Rust

📋 copy color: '#BD4C1A'

red 189 ◦ green 76 ◦ blue 26

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

Shades of Rust #BD4C1A

Tints of Rust #BD4C1A

RGB

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

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

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

R = 64.95%
G = 26.12%
B = 8.93%

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

#BD4C1A (or 0xBD4C1A) is known color: Rust. HEX triplet: BD, 4C and 1A. RGB value is (189,76,26). Sum of RGB (Red+Green+Blue) = 189+76+26=291 (38% of max value = 765). Red value is 189 (74.22% from 255 or 64.95% from 291); Green value is 76 (30.08% from 255 or 26.12% from 291); Blue value is 26 (10.55% from 255 or 8.93% from 291); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4C1A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD4C1A is #42B3E5. Grayscale: #686868. Windows color (decimal): -4371430 or 1723581. OLE color: 1723581.

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

Color convert

RGB 189 76 26 -
CMYK 0 0.60 0.86 0.26
HSL 18.4º 0.76% 0.42% -
HSV(B) 18.4º 0.86% 0.74% -
XYZ 23.76 16.06 2.83 -
YUV 104.09 83.94 188.57 -
System Red Green Blue C M Y K H S L
Decimal 189 76 26 0 0.60 0.86 0.26 18.4 0.76 0.42
Hex BD 4C 1A 0 3C 56 1A 12 4C 2A
Octal 275 114 32 0 74 126 32 22 114 52
Binary 10111101 1001100 11010 0 111100 1010110 11010 10010 1001100 101010

Color Harmonies of #BD4C1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD4C1A

Black with #BD4C1A

Text Example


Text Example

White with #BD4C1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD4C1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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