Html Css Color HEX #BD481E Rust

📋 copy color: '#BD481E'

red 189 ◦ green 72 ◦ blue 30

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

Shades of Rust #BD481E

Tints of Rust #BD481E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 10.31%

R = 64.95%
G = 24.74%
B = 10.31%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.84

 K value IS 0.26

RGB Variations

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

Color information

#BD481E (or 0xBD481E) is known color: Rust. HEX triplet: BD, 48 and 1E. RGB value is (189,72,30). Sum of RGB (Red+Green+Blue) = 189+72+30=291 (38% of max value = 765). Red value is 189 (74.22% from 255 or 64.95% from 291); Green value is 72 (28.52% from 255 or 24.74% from 291); Blue value is 30 (12.11% from 255 or 10.31% from 291); Max value from RGB is 189 - color contains mainly: red. Hex color #BD481E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD481E is #42B7E1. Grayscale: #666666. Windows color (decimal): -4372450 or 1984701. OLE color: 1984701.

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

Color convert

RGB 189 72 30 -
CMYK 0 0.62 0.84 0.26
HSL 15.85º 0.73% 0.43% -
HSV(B) 15.85º 0.84% 0.74% -
XYZ 23.54 15.55 2.99 -
YUV 102.2 87.26 189.92 -
System Red Green Blue C M Y K H S L
Decimal 189 72 30 0 0.62 0.84 0.26 15.85 0.73 0.43
Hex BD 48 1E 0 3E 54 1A 10 49 2B
Octal 275 110 36 0 76 124 32 20 111 53
Binary 10111101 1001000 11110 0 111110 1010100 11010 10000 1001001 101011

Color Harmonies of #BD481E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD481E

Black with #BD481E

Text Example


Text Example

White with #BD481E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD481E; }

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

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

background-color css

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

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

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

border-color css

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

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

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