Html Css Color HEX #BD441A Rust

📋 copy color: '#BD441A'

red 189 ◦ green 68 ◦ blue 26

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

Shades of Rust #BD441A

Tints of Rust #BD441A

RGB

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

 GREEN value IS 68 (26.95% from 255) = 24.03%

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

R = 66.78%
G = 24.03%
B = 9.19%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.86

 K value IS 0.26

RGB Variations

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

Color information

#BD441A (or 0xBD441A) is known color: Rust. HEX triplet: BD, 44 and 1A. RGB value is (189,68,26). Sum of RGB (Red+Green+Blue) = 189+68+26=283 (37% of max value = 765). Red value is 189 (74.22% from 255 or 66.78% from 283); Green value is 68 (26.95% from 255 or 24.03% from 283); Blue value is 26 (10.55% from 255 or 9.19% from 283); Max value from RGB is 189 - color contains mainly: red. Hex color #BD441A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD441A is #42BBE5. Grayscale: #636363. Windows color (decimal): -4373478 or 1721533. OLE color: 1721533.

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

Color convert

RGB 189 68 26 -
CMYK 0 0.64 0.86 0.26
HSL 15.46º 0.76% 0.42% -
HSV(B) 15.46º 0.86% 0.74% -
XYZ 23.24 15.03 2.65 -
YUV 99.39 86.59 191.92 -
System Red Green Blue C M Y K H S L
Decimal 189 68 26 0 0.64 0.86 0.26 15.46 0.76 0.42
Hex BD 44 1A 0 40 56 1A F 4C 2A
Octal 275 104 32 0 100 126 32 17 114 52
Binary 10111101 1000100 11010 0 1000000 1010110 11010 1111 1001100 101010

Color Harmonies of #BD441A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD441A

Black with #BD441A

Text Example


Text Example

White with #BD441A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD441A; }

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

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

background-color css

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

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

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

border-color css

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

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

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