Html Css Color HEX #BC420F Rust

📋 copy color: '#BC420F'

red 188 ◦ green 66 ◦ blue 15

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

Shades of Rust #BC420F

Tints of Rust #BC420F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 5.58%

R = 69.89%
G = 24.54%
B = 5.58%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.92

 K value IS 0.26

RGB Variations

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

Color information

#BC420F (or 0xBC420F) is known color: Rust. HEX triplet: BC, 42 and 0F. RGB value is (188,66,15). Sum of RGB (Red+Green+Blue) = 188+66+15=269 (35% of max value = 765). Red value is 188 (73.83% from 255 or 69.89% from 269); Green value is 66 (26.17% from 255 or 24.54% from 269); Blue value is 15 (6.25% from 255 or 5.58% from 269); Max value from RGB is 188 - color contains mainly: red. Hex color #BC420F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC420F is #43BDF0. Grayscale: #606060. Windows color (decimal): -4439537 or 1000124. OLE color: 1000124.

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

Color convert

RGB 188 66 15 -
CMYK 0 0.65 0.92 0.26
HSL 17.69º 0.85% 0.4% -
HSV(B) 17.69º 0.92% 0.74% -
XYZ 22.77 14.62 2.07 -
YUV 96.66 81.92 193.15 -
System Red Green Blue C M Y K H S L
Decimal 188 66 15 0 0.65 0.92 0.26 17.69 0.85 0.4
Hex BC 42 F 0 41 5C 1A 12 55 28
Octal 274 102 17 0 101 134 32 22 125 50
Binary 10111100 1000010 1111 0 1000001 1011100 11010 10010 1010101 101000

Color Harmonies of #BC420F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC420F

Black with #BC420F

Text Example


Text Example

White with #BC420F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC420F; }

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

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

background-color css

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

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

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

border-color css

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

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

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