Html Css Color HEX #BC3503 Rust

📋 copy color: '#BC3503'

red 188 ◦ green 53 ◦ blue 3

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

Shades of Rust #BC3503

Tints of Rust #BC3503

RGB

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

 GREEN value IS 53 (21.09% from 255) = 21.72%

 BLUE value IS 3 (1.56% from 255) = 1.23%

R = 77.05%
G = 21.72%
B = 1.23%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.98

 K value IS 0.26

RGB Variations

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

Color information

#BC3503 (or 0xBC3503) is known color: Rust. HEX triplet: BC, 35 and 03. RGB value is (188,53,3). Sum of RGB (Red+Green+Blue) = 188+53+3=244 (32% of max value = 765). Red value is 188 (73.83% from 255 or 77.05% from 244); Green value is 53 (21.09% from 255 or 21.72% from 244); Blue value is 3 (1.56% from 255 or 1.23% from 244); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3503 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC3503 is #43CAFC. Grayscale: #585858. Windows color (decimal): -4442877 or 210364. OLE color: 210364.

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

Color convert

RGB 188 53 3 -
CMYK 0 0.72 0.98 0.26
HSL 16.22º 0.97% 0.37% -
HSV(B) 16.22º 0.98% 0.74% -
XYZ 22.03 13.24 1.48 -
YUV 87.67 80.23 199.57 -
System Red Green Blue C M Y K H S L
Decimal 188 53 3 0 0.72 0.98 0.26 16.22 0.97 0.37
Hex BC 35 3 0 48 62 1A 10 61 25
Octal 274 65 3 0 110 142 32 20 141 45
Binary 10111100 110101 11 0 1001000 1100010 11010 10000 1100001 100101

Color Harmonies of #BC3503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3503

Black with #BC3503

Text Example


Text Example

White with #BC3503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3503; }

 p { color: rgb(188,53,3); }

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

background-color css

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

 a { background-color: rgb(188,53,3); }

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

border-color css

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

 span { border-color: rgb(188,53,3); }

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