Html Css Color HEX #BD480F Rust

📋 copy color: '#BD480F'

red 189 ◦ green 72 ◦ blue 15

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

Shades of Rust #BD480F

Tints of Rust #BD480F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 5.43%

R = 68.48%
G = 26.09%
B = 5.43%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.92

 K value IS 0.26

RGB Variations

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

Color information

#BD480F (or 0xBD480F) is known color: Rust. HEX triplet: BD, 48 and 0F. RGB value is (189,72,15). Sum of RGB (Red+Green+Blue) = 189+72+15=276 (36% of max value = 765). Red value is 189 (74.22% from 255 or 68.48% from 276); Green value is 72 (28.52% from 255 or 26.09% from 276); Blue value is 15 (6.25% from 255 or 5.43% from 276); Max value from RGB is 189 - color contains mainly: red. Hex color #BD480F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD480F is #42B7F0. Grayscale: #646464. Windows color (decimal): -4372465 or 1001661. OLE color: 1001661.

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

Color convert

RGB 189 72 15 -
CMYK 0 0.62 0.92 0.26
HSL 19.66º 0.85% 0.4% -
HSV(B) 19.66º 0.92% 0.74% -
XYZ 23.39 15.49 2.21 -
YUV 100.49 79.76 191.13 -
System Red Green Blue C M Y K H S L
Decimal 189 72 15 0 0.62 0.92 0.26 19.66 0.85 0.4
Hex BD 48 F 0 3E 5C 1A 14 55 28
Octal 275 110 17 0 76 134 32 24 125 50
Binary 10111101 1001000 1111 0 111110 1011100 11010 10100 1010101 101000

Color Harmonies of #BD480F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD480F

Black with #BD480F

Text Example


Text Example

White with #BD480F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD480F; }

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

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

background-color css

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

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

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

border-color css

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

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

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