Html Css Color HEX #BC380F Rust

📋 copy color: '#BC380F'

red 188 ◦ green 56 ◦ blue 15

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

Shades of Rust #BC380F

Tints of Rust #BC380F

RGB

 RED value IS 188 (73.83% from 255) = 72.59%

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

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

R = 72.59%
G = 21.62%
B = 5.79%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.92

 K value IS 0.26

RGB Variations

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

Color information

#BC380F (or 0xBC380F) is known color: Rust. HEX triplet: BC, 38 and 0F. RGB value is (188,56,15). Sum of RGB (Red+Green+Blue) = 188+56+15=259 (34% of max value = 765). Red value is 188 (73.83% from 255 or 72.59% from 259); Green value is 56 (22.27% from 255 or 21.62% from 259); Blue value is 15 (6.25% from 255 or 5.79% from 259); Max value from RGB is 188 - color contains mainly: red. Hex color #BC380F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC380F is #43C7F0. Grayscale: #5B5B5B. Windows color (decimal): -4442097 or 997564. OLE color: 997564.

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

Color convert

RGB 188 56 15 -
CMYK 0 0.70 0.92 0.26
HSL 14.22º 0.85% 0.4% -
HSV(B) 14.22º 0.92% 0.74% -
XYZ 22.24 13.55 1.9 -
YUV 90.79 85.23 197.33 -
System Red Green Blue C M Y K H S L
Decimal 188 56 15 0 0.70 0.92 0.26 14.22 0.85 0.4
Hex BC 38 F 0 46 5C 1A E 55 28
Octal 274 70 17 0 106 134 32 16 125 50
Binary 10111100 111000 1111 0 1000110 1011100 11010 1110 1010101 101000

Color Harmonies of #BC380F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC380F

Black with #BC380F

Text Example


Text Example

White with #BC380F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC380F; }

 p { color: rgb(188,56,15); }

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

background-color css

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

 a { background-color: rgb(188,56,15); }

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

border-color css

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

 span { border-color: rgb(188,56,15); }

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