Html Css Color HEX #BC420C Rust

📋 copy color: '#BC420C'

red 188 ◦ green 66 ◦ blue 12

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

Shades of Rust #BC420C

Tints of Rust #BC420C

RGB

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

 GREEN value IS 66 (26.17% from 255) = 24.81%

 BLUE value IS 12 (5.08% from 255) = 4.51%

R = 70.68%
G = 24.81%
B = 4.51%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.94

 K value IS 0.26

RGB Variations

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

Color information

#BC420C (or 0xBC420C) is known color: Rust. HEX triplet: BC, 42 and 0C. RGB value is (188,66,12). Sum of RGB (Red+Green+Blue) = 188+66+12=266 (35% of max value = 765). Red value is 188 (73.83% from 255 or 70.68% from 266); Green value is 66 (26.17% from 255 or 24.81% from 266); Blue value is 12 (5.08% from 255 or 4.51% from 266); Max value from RGB is 188 - color contains mainly: red. Hex color #BC420C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC420C is #43BDF3. Grayscale: #606060. Windows color (decimal): -4439540 or 803516. OLE color: 803516.

HSL color Cylindrical-coordinate representation of color #BC420C: hue angle of 18.41º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BC420C is Cyan = 0, Magento = 0.65, Yellow = 0.94 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 66 12 -
CMYK 0 0.65 0.94 0.26
HSL 18.41º 0.88% 0.39% -
HSV(B) 18.41º 0.94% 0.74% -
XYZ 22.75 14.61 1.97 -
YUV 96.32 80.42 193.39 -
System Red Green Blue C M Y K H S L
Decimal 188 66 12 0 0.65 0.94 0.26 18.41 0.88 0.39
Hex BC 42 C 0 41 5E 1A 12 58 27
Octal 274 102 14 0 101 136 32 22 130 47
Binary 10111100 1000010 1100 0 1000001 1011110 11010 10010 1011000 100111

Color Harmonies of #BC420C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC420C

Black with #BC420C

Text Example


Text Example

White with #BC420C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC420C; }

 p { color: rgb(188,66,12); }

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

background-color css

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

 a { background-color: rgb(188,66,12); }

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

border-color css

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

 span { border-color: rgb(188,66,12); }

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