Html Css Color HEX #BC3608 Rust

📋 copy color: '#BC3608'

red 188 ◦ green 54 ◦ blue 8

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

Shades of Rust #BC3608

Tints of Rust #BC3608

RGB

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

 GREEN value IS 54 (21.48% from 255) = 21.6%

 BLUE value IS 8 (3.52% from 255) = 3.2%

R = 75.2%
G = 21.6%
B = 3.2%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.96

 K value IS 0.26

RGB Variations

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

Color information

#BC3608 (or 0xBC3608) is known color: Rust. HEX triplet: BC, 36 and 08. RGB value is (188,54,8). Sum of RGB (Red+Green+Blue) = 188+54+8=250 (33% of max value = 765). Red value is 188 (73.83% from 255 or 75.2% from 250); Green value is 54 (21.48% from 255 or 21.6% from 250); Blue value is 8 (3.52% from 255 or 3.2% from 250); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3608 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC3608 is #43C9F7. Grayscale: #595959. Windows color (decimal): -4442616 or 538300. OLE color: 538300.

HSL color Cylindrical-coordinate representation of color #BC3608: hue angle of 15.33º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BC3608 is Cyan = 0, Magento = 0.71, Yellow = 0.96 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 54 8 -
CMYK 0 0.71 0.96 0.26
HSL 15.33º 0.92% 0.38% -
HSV(B) 15.33º 0.96% 0.74% -
XYZ 22.1 13.35 1.64 -
YUV 88.82 82.39 198.74 -
System Red Green Blue C M Y K H S L
Decimal 188 54 8 0 0.71 0.96 0.26 15.33 0.92 0.38
Hex BC 36 8 0 47 60 1A F 5C 26
Octal 274 66 10 0 107 140 32 17 134 46
Binary 10111100 110110 1000 0 1000111 1100000 11010 1111 1011100 100110

Color Harmonies of #BC3608

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3608

Black with #BC3608

Text Example


Text Example

White with #BC3608

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3608; }

 p { color: rgb(188,54,8); }

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

background-color css

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

 a { background-color: rgb(188,54,8); }

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

border-color css

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

 span { border-color: rgb(188,54,8); }

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