Html Css Color HEX #BD461D Rust

📋 copy color: '#BD461D'

red 189 ◦ green 70 ◦ blue 29

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

Shades of Rust #BD461D

Tints of Rust #BD461D

RGB

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

 GREEN value IS 70 (27.73% from 255) = 24.31%

 BLUE value IS 29 (11.72% from 255) = 10.07%

R = 65.63%
G = 24.31%
B = 10.07%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.85

 K value IS 0.26

RGB Variations

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

Color information

#BD461D (or 0xBD461D) is known color: Rust. HEX triplet: BD, 46 and 1D. RGB value is (189,70,29). Sum of RGB (Red+Green+Blue) = 189+70+29=288 (38% of max value = 765). Red value is 189 (74.22% from 255 or 65.62% from 288); Green value is 70 (27.73% from 255 or 24.31% from 288); Blue value is 29 (11.72% from 255 or 10.07% from 288); Max value from RGB is 189 - color contains mainly: red. Hex color #BD461D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD461D is #42B9E2. Grayscale: #656565. Windows color (decimal): -4372963 or 1918653. OLE color: 1918653.

HSL color Cylindrical-coordinate representation of color #BD461D: hue angle of 15.38º degrees, saturation: 0.73, 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 #BD461D is Cyan = 0, Magento = 0.63, Yellow = 0.85 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 70 29 -
CMYK 0 0.63 0.85 0.26
HSL 15.38º 0.73% 0.43% -
HSV(B) 15.38º 0.85% 0.74% -
XYZ 23.4 15.29 2.88 -
YUV 100.91 87.42 190.83 -
System Red Green Blue C M Y K H S L
Decimal 189 70 29 0 0.63 0.85 0.26 15.38 0.73 0.43
Hex BD 46 1D 0 3F 55 1A F 49 2B
Octal 275 106 35 0 77 125 32 17 111 53
Binary 10111101 1000110 11101 0 111111 1010101 11010 1111 1001001 101011

Color Harmonies of #BD461D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD461D

Black with #BD461D

Text Example


Text Example

White with #BD461D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD461D; }

 p { color: rgb(189,70,29); }

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

background-color css

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

 a { background-color: rgb(189,70,29); }

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

border-color css

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

 span { border-color: rgb(189,70,29); }

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