Html Css Color HEX #BD461F Rust

📋 copy color: '#BD461F'

red 189 ◦ green 70 ◦ blue 31

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

Shades of Rust #BD461F

Tints of Rust #BD461F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 10.69%

R = 65.17%
G = 24.14%
B = 10.69%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.84

 K value IS 0.26

RGB Variations

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

Color information

#BD461F (or 0xBD461F) is known color: Rust. HEX triplet: BD, 46 and 1F. RGB value is (189,70,31). Sum of RGB (Red+Green+Blue) = 189+70+31=290 (38% of max value = 765). Red value is 189 (74.22% from 255 or 65.17% from 290); Green value is 70 (27.73% from 255 or 24.14% from 290); Blue value is 31 (12.5% from 255 or 10.69% from 290); Max value from RGB is 189 - color contains mainly: red. Hex color #BD461F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD461F is #42B9E0. Grayscale: #656565. Windows color (decimal): -4372961 or 2049725. OLE color: 2049725.

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

Color convert

RGB 189 70 31 -
CMYK 0 0.63 0.84 0.26
HSL 14.81º 0.72% 0.43% -
HSV(B) 14.81º 0.84% 0.74% -
XYZ 23.42 15.3 3.01 -
YUV 101.14 88.42 190.67 -
System Red Green Blue C M Y K H S L
Decimal 189 70 31 0 0.63 0.84 0.26 14.81 0.72 0.43
Hex BD 46 1F 0 3F 54 1A F 48 2B
Octal 275 106 37 0 77 124 32 17 110 53
Binary 10111101 1000110 11111 0 111111 1010100 11010 1111 1001000 101011

Color Harmonies of #BD461F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD461F

Black with #BD461F

Text Example


Text Example

White with #BD461F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD461F; }

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

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

background-color css

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

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

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

border-color css

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

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

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