Html Css Color HEX #BC3003 Rust

📋 copy color: '#BC3003'

red 188 ◦ green 48 ◦ blue 3

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

Shades of Rust #BC3003

Tints of Rust #BC3003

RGB

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

 GREEN value IS 48 (19.14% from 255) = 20.08%

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

R = 78.66%
G = 20.08%
B = 1.26%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.98

 K value IS 0.26

RGB Variations

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

Color information

#BC3003 (or 0xBC3003) is known color: Rust. HEX triplet: BC, 30 and 03. RGB value is (188,48,3). Sum of RGB (Red+Green+Blue) = 188+48+3=239 (31% of max value = 765). Red value is 188 (73.83% from 255 or 78.66% from 239); Green value is 48 (19.14% from 255 or 20.08% from 239); Blue value is 3 (1.56% from 255 or 1.26% from 239); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3003 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC3003 is #43CFFC. Grayscale: #555555. Windows color (decimal): -4444157 or 209084. OLE color: 209084.

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

Color convert

RGB 188 48 3 -
CMYK 0 0.74 0.98 0.26
HSL 14.59º 0.97% 0.37% -
HSV(B) 14.59º 0.98% 0.74% -
XYZ 21.81 12.81 1.41 -
YUV 84.73 81.88 201.66 -
System Red Green Blue C M Y K H S L
Decimal 188 48 3 0 0.74 0.98 0.26 14.59 0.97 0.37
Hex BC 30 3 0 4A 62 1A F 61 25
Octal 274 60 3 0 112 142 32 17 141 45
Binary 10111100 110000 11 0 1001010 1100010 11010 1111 1100001 100101

Color Harmonies of #BC3003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3003

Black with #BC3003

Text Example


Text Example

White with #BC3003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3003; }

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

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

background-color css

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

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

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

border-color css

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

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

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