Html Css Color HEX #BD480D Rust

📋 copy color: '#BD480D'

red 189 ◦ green 72 ◦ blue 13

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

Shades of Rust #BD480D

Tints of Rust #BD480D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4.74%

R = 68.98%
G = 26.28%
B = 4.74%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.93

 K value IS 0.26

RGB Variations

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

Color information

#BD480D (or 0xBD480D) is known color: Rust. HEX triplet: BD, 48 and 0D. RGB value is (189,72,13). Sum of RGB (Red+Green+Blue) = 189+72+13=274 (36% of max value = 765). Red value is 189 (74.22% from 255 or 68.98% from 274); Green value is 72 (28.52% from 255 or 26.28% from 274); Blue value is 13 (5.47% from 255 or 4.74% from 274); Max value from RGB is 189 - color contains mainly: red. Hex color #BD480D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD480D is #42B7F2. Grayscale: #646464. Windows color (decimal): -4372467 or 870589. OLE color: 870589.

HSL color Cylindrical-coordinate representation of color #BD480D: hue angle of 20.11º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BD480D is Cyan = 0, Magento = 0.62, Yellow = 0.93 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 72 13 -
CMYK 0 0.62 0.93 0.26
HSL 20.11º 0.87% 0.4% -
HSV(B) 20.11º 0.93% 0.74% -
XYZ 23.38 15.48 2.14 -
YUV 100.26 78.76 191.3 -
System Red Green Blue C M Y K H S L
Decimal 189 72 13 0 0.62 0.93 0.26 20.11 0.87 0.4
Hex BD 48 D 0 3E 5D 1A 14 57 28
Octal 275 110 15 0 76 135 32 24 127 50
Binary 10111101 1001000 1101 0 111110 1011101 11010 10100 1010111 101000

Color Harmonies of #BD480D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD480D

Black with #BD480D

Text Example


Text Example

White with #BD480D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD480D; }

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

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

background-color css

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

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

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

border-color css

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

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

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