Html Css Color HEX #BD410B Rust

📋 copy color: '#BD410B'

red 189 ◦ green 65 ◦ blue 11

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

Shades of Rust #BD410B

Tints of Rust #BD410B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 4.15%

R = 71.32%
G = 24.53%
B = 4.15%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.94

 K value IS 0.26

RGB Variations

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

Color information

#BD410B (or 0xBD410B) is known color: Rust. HEX triplet: BD, 41 and 0B. RGB value is (189,65,11). Sum of RGB (Red+Green+Blue) = 189+65+11=265 (35% of max value = 765). Red value is 189 (74.22% from 255 or 71.32% from 265); Green value is 65 (25.78% from 255 or 24.53% from 265); Blue value is 11 (4.69% from 255 or 4.15% from 265); Max value from RGB is 189 - color contains mainly: red. Hex color #BD410B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD410B is #42BEF4. Grayscale: #606060. Windows color (decimal): -4374261 or 737725. OLE color: 737725.

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

Color convert

RGB 189 65 11 -
CMYK 0 0.66 0.94 0.26
HSL 18.2º 0.89% 0.39% -
HSV(B) 18.2º 0.94% 0.74% -
XYZ 22.94 14.62 1.93 -
YUV 95.92 80.08 194.39 -
System Red Green Blue C M Y K H S L
Decimal 189 65 11 0 0.66 0.94 0.26 18.2 0.89 0.39
Hex BD 41 B 0 42 5E 1A 12 59 27
Octal 275 101 13 0 102 136 32 22 131 47
Binary 10111101 1000001 1011 0 1000010 1011110 11010 10010 1011001 100111

Color Harmonies of #BD410B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD410B

Black with #BD410B

Text Example


Text Example

White with #BD410B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD410B; }

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

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

background-color css

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

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

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

border-color css

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

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

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