Html Css Color HEX #BD481B Rust

📋 copy color: '#BD481B'

red 189 ◦ green 72 ◦ blue 27

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

Shades of Rust #BD481B

Tints of Rust #BD481B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 9.38%

R = 65.63%
G = 25%
B = 9.38%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.86

 K value IS 0.26

RGB Variations

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

Color information

#BD481B (or 0xBD481B) is known color: Rust. HEX triplet: BD, 48 and 1B. RGB value is (189,72,27). Sum of RGB (Red+Green+Blue) = 189+72+27=288 (38% of max value = 765). Red value is 189 (74.22% from 255 or 65.62% from 288); Green value is 72 (28.52% from 255 or 25% from 288); Blue value is 27 (10.94% from 255 or 9.38% from 288); Max value from RGB is 189 - color contains mainly: red. Hex color #BD481B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD481B is #42B7E4. Grayscale: #666666. Windows color (decimal): -4372453 or 1788093. OLE color: 1788093.

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

Color convert

RGB 189 72 27 -
CMYK 0 0.62 0.86 0.26
HSL 16.67º 0.75% 0.42% -
HSV(B) 16.67º 0.86% 0.74% -
XYZ 23.5 15.53 2.8 -
YUV 101.85 85.76 190.16 -
System Red Green Blue C M Y K H S L
Decimal 189 72 27 0 0.62 0.86 0.26 16.67 0.75 0.42
Hex BD 48 1B 0 3E 56 1A 11 4B 2A
Octal 275 110 33 0 76 126 32 21 113 52
Binary 10111101 1001000 11011 0 111110 1010110 11010 10001 1001011 101010

Color Harmonies of #BD481B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD481B

Black with #BD481B

Text Example


Text Example

White with #BD481B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD481B; }

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

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

background-color css

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

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

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

border-color css

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

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

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