Html Css Color HEX #BC3002 Rust

📋 copy color: '#BC3002'

red 188 ◦ green 48 ◦ blue 2

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

Shades of Rust #BC3002

Tints of Rust #BC3002

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.84%

R = 78.99%
G = 20.17%
B = 0.84%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.99

 K value IS 0.26

RGB Variations

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

Color information

#BC3002 (or 0xBC3002) is known color: Rust. HEX triplet: BC, 30 and 02. RGB value is (188,48,2). Sum of RGB (Red+Green+Blue) = 188+48+2=238 (31% of max value = 765). Red value is 188 (73.83% from 255 or 78.99% from 238); Green value is 48 (19.14% from 255 or 20.17% from 238); Blue value is 2 (1.17% from 255 or 0.84% from 238); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3002 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC3002 is #43CFFD. Grayscale: #545454. Windows color (decimal): -4444158 or 143548. OLE color: 143548.

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

Color convert

RGB 188 48 2 -
CMYK 0 0.74 0.99 0.26
HSL 14.84º 0.98% 0.37% -
HSV(B) 14.84º 0.99% 0.74% -
XYZ 21.81 12.81 1.38 -
YUV 84.62 81.38 201.74 -
System Red Green Blue C M Y K H S L
Decimal 188 48 2 0 0.74 0.99 0.26 14.84 0.98 0.37
Hex BC 30 2 0 4A 63 1A F 62 25
Octal 274 60 2 0 112 143 32 17 142 45
Binary 10111100 110000 10 0 1001010 1100011 11010 1111 1100010 100101

Color Harmonies of #BC3002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3002

Black with #BC3002

Text Example


Text Example

White with #BC3002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3002; }

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

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

background-color css

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

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

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

border-color css

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

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

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