Html Css Color HEX #BD411A Rust

📋 copy color: '#BD411A'

red 189 ◦ green 65 ◦ blue 26

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

Shades of Rust #BD411A

Tints of Rust #BD411A

RGB

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

 GREEN value IS 65 (25.78% from 255) = 23.21%

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

R = 67.5%
G = 23.21%
B = 9.29%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.86

 K value IS 0.26

RGB Variations

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

Color information

#BD411A (or 0xBD411A) is known color: Rust. HEX triplet: BD, 41 and 1A. RGB value is (189,65,26). Sum of RGB (Red+Green+Blue) = 189+65+26=280 (37% of max value = 765). Red value is 189 (74.22% from 255 or 67.5% from 280); Green value is 65 (25.78% from 255 or 23.21% from 280); Blue value is 26 (10.55% from 255 or 9.29% from 280); Max value from RGB is 189 - color contains mainly: red. Hex color #BD411A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD411A is #42BEE5. Grayscale: #616161. Windows color (decimal): -4374246 or 1720765. OLE color: 1720765.

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

Color convert

RGB 189 65 26 -
CMYK 0 0.66 0.86 0.26
HSL 14.36º 0.76% 0.42% -
HSV(B) 14.36º 0.86% 0.74% -
XYZ 23.06 14.67 2.59 -
YUV 97.63 87.58 193.17 -
System Red Green Blue C M Y K H S L
Decimal 189 65 26 0 0.66 0.86 0.26 14.36 0.76 0.42
Hex BD 41 1A 0 42 56 1A E 4C 2A
Octal 275 101 32 0 102 126 32 16 114 52
Binary 10111101 1000001 11010 0 1000010 1010110 11010 1110 1001100 101010

Color Harmonies of #BD411A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD411A

Black with #BD411A

Text Example


Text Example

White with #BD411A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD411A; }

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

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

background-color css

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

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

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

border-color css

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

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

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