Html Css Color HEX #BC3303 Rust

📋 copy color: '#BC3303'

red 188 ◦ green 51 ◦ blue 3

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

Shades of Rust #BC3303

Tints of Rust #BC3303

RGB

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

 GREEN value IS 51 (20.31% from 255) = 21.07%

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

R = 77.69%
G = 21.07%
B = 1.24%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.98

 K value IS 0.26

RGB Variations

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

Color information

#BC3303 (or 0xBC3303) is known color: Rust. HEX triplet: BC, 33 and 03. RGB value is (188,51,3). Sum of RGB (Red+Green+Blue) = 188+51+3=242 (32% of max value = 765). Red value is 188 (73.83% from 255 or 77.69% from 242); Green value is 51 (20.31% from 255 or 21.07% from 242); Blue value is 3 (1.56% from 255 or 1.24% from 242); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3303 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC3303 is #43CCFC. Grayscale: #565656. Windows color (decimal): -4443389 or 209852. OLE color: 209852.

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

Color convert

RGB 188 51 3 -
CMYK 0 0.73 0.98 0.26
HSL 15.57º 0.97% 0.37% -
HSV(B) 15.57º 0.98% 0.74% -
XYZ 21.94 13.07 1.45 -
YUV 86.49 80.89 200.4 -
System Red Green Blue C M Y K H S L
Decimal 188 51 3 0 0.73 0.98 0.26 15.57 0.97 0.37
Hex BC 33 3 0 49 62 1A 10 61 25
Octal 274 63 3 0 111 142 32 20 141 45
Binary 10111100 110011 11 0 1001001 1100010 11010 10000 1100001 100101

Color Harmonies of #BC3303

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3303

Black with #BC3303

Text Example


Text Example

White with #BC3303

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3303; }

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

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

background-color css

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

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

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

border-color css

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

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

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