Html Css Color HEX #BD4813 Rust

📋 copy color: '#BD4813'

red 189 ◦ green 72 ◦ blue 19

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

Shades of Rust #BD4813

Tints of Rust #BD4813

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 6.79%

R = 67.5%
G = 25.71%
B = 6.79%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.90

 K value IS 0.26

RGB Variations

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

Color information

#BD4813 (or 0xBD4813) is known color: Rust. HEX triplet: BD, 48 and 13. RGB value is (189,72,19). Sum of RGB (Red+Green+Blue) = 189+72+19=280 (37% of max value = 765). Red value is 189 (74.22% from 255 or 67.5% from 280); Green value is 72 (28.52% from 255 or 25.71% from 280); Blue value is 19 (7.81% from 255 or 6.79% from 280); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4813 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD4813 is #42B7EC. Grayscale: #656565. Windows color (decimal): -4372461 or 1263805. OLE color: 1263805.

HSL color Cylindrical-coordinate representation of color #BD4813: hue angle of 18.71º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BD4813 is Cyan = 0, Magento = 0.62, Yellow = 0.90 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 72 19 -
CMYK 0 0.62 0.90 0.26
HSL 18.71º 0.82% 0.41% -
HSV(B) 18.71º 0.9% 0.74% -
XYZ 23.42 15.5 2.37 -
YUV 100.94 81.76 190.81 -
System Red Green Blue C M Y K H S L
Decimal 189 72 19 0 0.62 0.90 0.26 18.71 0.82 0.41
Hex BD 48 13 0 3E 5A 1A 13 52 29
Octal 275 110 23 0 76 132 32 23 122 51
Binary 10111101 1001000 10011 0 111110 1011010 11010 10011 1010010 101001

Color Harmonies of #BD4813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD4813

Black with #BD4813

Text Example


Text Example

White with #BD4813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD4813; }

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

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

background-color css

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

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

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

border-color css

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

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

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