Html Css Color HEX #BD411C Rust

📋 copy color: '#BD411C'

red 189 ◦ green 65 ◦ blue 28

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

Shades of Rust #BD411C

Tints of Rust #BD411C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 9.93%

R = 67.02%
G = 23.05%
B = 9.93%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.85

 K value IS 0.26

RGB Variations

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

Color information

#BD411C (or 0xBD411C) is known color: Rust. HEX triplet: BD, 41 and 1C. RGB value is (189,65,28). Sum of RGB (Red+Green+Blue) = 189+65+28=282 (37% of max value = 765). Red value is 189 (74.22% from 255 or 67.02% from 282); Green value is 65 (25.78% from 255 or 23.05% from 282); Blue value is 28 (11.33% from 255 or 9.93% from 282); Max value from RGB is 189 - color contains mainly: red. Hex color #BD411C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD411C is #42BEE3. Grayscale: #626262. Windows color (decimal): -4374244 or 1851837. OLE color: 1851837.

HSL color Cylindrical-coordinate representation of color #BD411C: hue angle of 13.79º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BD411C is Cyan = 0, Magento = 0.66, Yellow = 0.85 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 65 28 -
CMYK 0 0.66 0.85 0.26
HSL 13.79º 0.74% 0.43% -
HSV(B) 13.79º 0.85% 0.74% -
XYZ 23.09 14.68 2.72 -
YUV 97.86 88.58 193.01 -
System Red Green Blue C M Y K H S L
Decimal 189 65 28 0 0.66 0.85 0.26 13.79 0.74 0.43
Hex BD 41 1C 0 42 55 1A E 4A 2B
Octal 275 101 34 0 102 125 32 16 112 53
Binary 10111101 1000001 11100 0 1000010 1010101 11010 1110 1001010 101011

Color Harmonies of #BD411C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD411C

Black with #BD411C

Text Example


Text Example

White with #BD411C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD411C; }

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

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

background-color css

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

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

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

border-color css

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

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

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