Html Css Color HEX #BC3402 Rust

📋 copy color: '#BC3402'

red 188 ◦ green 52 ◦ blue 2

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

Shades of Rust #BC3402

Tints of Rust #BC3402

RGB

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

 GREEN value IS 52 (20.7% from 255) = 21.49%

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

R = 77.69%
G = 21.49%
B = 0.83%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.99

 K value IS 0.26

RGB Variations

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

Color information

#BC3402 (or 0xBC3402) is known color: Rust. HEX triplet: BC, 34 and 02. RGB value is (188,52,2). Sum of RGB (Red+Green+Blue) = 188+52+2=242 (32% of max value = 765). Red value is 188 (73.83% from 255 or 77.69% from 242); Green value is 52 (20.70% from 255 or 21.49% from 242); Blue value is 2 (1.17% from 255 or 0.83% from 242); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3402 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC3402 is #43CBFD. Grayscale: #575757. Windows color (decimal): -4443134 or 144572. OLE color: 144572.

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

Color convert

RGB 188 52 2 -
CMYK 0 0.72 0.99 0.26
HSL 16.13º 0.98% 0.37% -
HSV(B) 16.13º 0.99% 0.74% -
XYZ 21.98 13.15 1.44 -
YUV 86.96 80.06 200.07 -
System Red Green Blue C M Y K H S L
Decimal 188 52 2 0 0.72 0.99 0.26 16.13 0.98 0.37
Hex BC 34 2 0 48 63 1A 10 62 25
Octal 274 64 2 0 110 143 32 20 142 45
Binary 10111100 110100 10 0 1001000 1100011 11010 10000 1100010 100101

Color Harmonies of #BC3402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3402

Black with #BC3402

Text Example


Text Example

White with #BC3402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3402; }

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

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

background-color css

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

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

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

border-color css

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

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

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