Html Css Color HEX #BD380E Rust

📋 copy color: '#BD380E'

red 189 ◦ green 56 ◦ blue 14

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

Shades of Rust #BD380E

Tints of Rust #BD380E

RGB

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

 GREEN value IS 56 (22.27% from 255) = 21.62%

 BLUE value IS 14 (5.86% from 255) = 5.41%

R = 72.97%
G = 21.62%
B = 5.41%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.93

 K value IS 0.26

RGB Variations

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

Color information

#BD380E (or 0xBD380E) is known color: Rust. HEX triplet: BD, 38 and 0E. RGB value is (189,56,14). Sum of RGB (Red+Green+Blue) = 189+56+14=259 (34% of max value = 765). Red value is 189 (74.22% from 255 or 72.97% from 259); Green value is 56 (22.27% from 255 or 21.62% from 259); Blue value is 14 (5.86% from 255 or 5.41% from 259); Max value from RGB is 189 - color contains mainly: red. Hex color #BD380E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD380E is #42C7F1. Grayscale: #5B5B5B. Windows color (decimal): -4376562 or 932029. OLE color: 932029.

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

Color convert

RGB 189 56 14 -
CMYK 0 0.70 0.93 0.26
HSL 14.4º 0.86% 0.4% -
HSV(B) 14.4º 0.93% 0.74% -
XYZ 22.48 13.68 1.87 -
YUV 90.98 84.56 197.92 -
System Red Green Blue C M Y K H S L
Decimal 189 56 14 0 0.70 0.93 0.26 14.4 0.86 0.4
Hex BD 38 E 0 46 5D 1A E 56 28
Octal 275 70 16 0 106 135 32 16 126 50
Binary 10111101 111000 1110 0 1000110 1011101 11010 1110 1010110 101000

Color Harmonies of #BD380E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD380E

Black with #BD380E

Text Example


Text Example

White with #BD380E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD380E; }

 p { color: rgb(189,56,14); }

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

background-color css

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

 a { background-color: rgb(189,56,14); }

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

border-color css

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

 span { border-color: rgb(189,56,14); }

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