Html Css Color HEX #BC3601 Rust

📋 copy color: '#BC3601'

red 188 ◦ green 54 ◦ blue 1

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

Shades of Rust #BC3601

Tints of Rust #BC3601

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.41%

R = 77.37%
G = 22.22%
B = 0.41%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.99

 K value IS 0.26

RGB Variations

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

Color information

#BC3601 (or 0xBC3601) is known color: Rust. HEX triplet: BC, 36 and 01. RGB value is (188,54,1). Sum of RGB (Red+Green+Blue) = 188+54+1=243 (32% of max value = 765). Red value is 188 (73.83% from 255 or 77.37% from 243); Green value is 54 (21.48% from 255 or 22.22% from 243); Blue value is 1 (0.78% from 255 or 0.41% from 243); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3601 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC3601 is #43C9FE. Grayscale: #585858. Windows color (decimal): -4442623 or 79548. OLE color: 79548.

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

Color convert

RGB 188 54 1 -
CMYK 0 0.71 0.99 0.26
HSL 17.01º 0.99% 0.37% -
HSV(B) 17.01º 0.99% 0.74% -
XYZ 22.06 13.33 1.44 -
YUV 88.02 78.89 199.31 -
System Red Green Blue C M Y K H S L
Decimal 188 54 1 0 0.71 0.99 0.26 17.01 0.99 0.37
Hex BC 36 1 0 47 63 1A 11 63 25
Octal 274 66 1 0 107 143 32 21 143 45
Binary 10111100 110110 1 0 1000111 1100011 11010 10001 1100011 100101

Color Harmonies of #BC3601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3601

Black with #BC3601

Text Example


Text Example

White with #BC3601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3601; }

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

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

background-color css

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

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

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

border-color css

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

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

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