Html Css Color HEX #BD481D Rust

📋 copy color: '#BD481D'

red 189 ◦ green 72 ◦ blue 29

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

Shades of Rust #BD481D

Tints of Rust #BD481D

RGB

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

 GREEN value IS 72 (28.52% from 255) = 24.83%

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

R = 65.17%
G = 24.83%
B = 10%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.85

 K value IS 0.26

RGB Variations

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

Color information

#BD481D (or 0xBD481D) is known color: Rust. HEX triplet: BD, 48 and 1D. RGB value is (189,72,29). Sum of RGB (Red+Green+Blue) = 189+72+29=290 (38% of max value = 765). Red value is 189 (74.22% from 255 or 65.17% from 290); Green value is 72 (28.52% from 255 or 24.83% from 290); Blue value is 29 (11.72% from 255 or 10% from 290); Max value from RGB is 189 - color contains mainly: red. Hex color #BD481D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD481D is #42B7E2. Grayscale: #666666. Windows color (decimal): -4372451 or 1919165. OLE color: 1919165.

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

Color convert

RGB 189 72 29 -
CMYK 0 0.62 0.85 0.26
HSL 16.13º 0.73% 0.43% -
HSV(B) 16.13º 0.85% 0.74% -
XYZ 23.53 15.54 2.92 -
YUV 102.08 86.76 190 -
System Red Green Blue C M Y K H S L
Decimal 189 72 29 0 0.62 0.85 0.26 16.13 0.73 0.43
Hex BD 48 1D 0 3E 55 1A 10 49 2B
Octal 275 110 35 0 76 125 32 20 111 53
Binary 10111101 1001000 11101 0 111110 1010101 11010 10000 1001001 101011

Color Harmonies of #BD481D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD481D

Black with #BD481D

Text Example


Text Example

White with #BD481D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD481D; }

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

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

background-color css

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

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

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

border-color css

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

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

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