Html Css Color HEX #BD461A Rust

📋 copy color: '#BD461A'

red 189 ◦ green 70 ◦ blue 26

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

Shades of Rust #BD461A

Tints of Rust #BD461A

RGB

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

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

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

R = 66.32%
G = 24.56%
B = 9.12%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.86

 K value IS 0.26

RGB Variations

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

Color information

#BD461A (or 0xBD461A) is known color: Rust. HEX triplet: BD, 46 and 1A. RGB value is (189,70,26). Sum of RGB (Red+Green+Blue) = 189+70+26=285 (37% of max value = 765). Red value is 189 (74.22% from 255 or 66.32% from 285); Green value is 70 (27.73% from 255 or 24.56% from 285); Blue value is 26 (10.55% from 255 or 9.12% from 285); Max value from RGB is 189 - color contains mainly: red. Hex color #BD461A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD461A is #42B9E5. Grayscale: #646464. Windows color (decimal): -4372966 or 1722045. OLE color: 1722045.

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

Color convert

RGB 189 70 26 -
CMYK 0 0.63 0.86 0.26
HSL 16.2º 0.76% 0.42% -
HSV(B) 16.2º 0.86% 0.74% -
XYZ 23.36 15.27 2.69 -
YUV 100.57 85.92 191.08 -
System Red Green Blue C M Y K H S L
Decimal 189 70 26 0 0.63 0.86 0.26 16.2 0.76 0.42
Hex BD 46 1A 0 3F 56 1A 10 4C 2A
Octal 275 106 32 0 77 126 32 20 114 52
Binary 10111101 1000110 11010 0 111111 1010110 11010 10000 1001100 101010

Color Harmonies of #BD461A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD461A

Black with #BD461A

Text Example


Text Example

White with #BD461A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD461A; }

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

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

background-color css

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

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

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

border-color css

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

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

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