Html Css Color HEX #BC421E Rust

📋 copy color: '#BC421E'

red 188 ◦ green 66 ◦ blue 30

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

Shades of Rust #BC421E

Tints of Rust #BC421E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 10.56%

R = 66.2%
G = 23.24%
B = 10.56%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.84

 K value IS 0.26

RGB Variations

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

Color information

#BC421E (or 0xBC421E) is known color: Rust. HEX triplet: BC, 42 and 1E. RGB value is (188,66,30). Sum of RGB (Red+Green+Blue) = 188+66+30=284 (37% of max value = 765). Red value is 188 (73.83% from 255 or 66.20% from 284); Green value is 66 (26.17% from 255 or 23.24% from 284); Blue value is 30 (12.11% from 255 or 10.56% from 284); Max value from RGB is 188 - color contains mainly: red. Hex color #BC421E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC421E is #43BDE1. Grayscale: #626262. Windows color (decimal): -4439522 or 1983164. OLE color: 1983164.

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

Color convert

RGB 188 66 30 -
CMYK 0 0.65 0.84 0.26
HSL 13.67º 0.72% 0.43% -
HSV(B) 13.67º 0.84% 0.74% -
XYZ 22.92 14.68 2.85 -
YUV 98.37 89.42 191.93 -
System Red Green Blue C M Y K H S L
Decimal 188 66 30 0 0.65 0.84 0.26 13.67 0.72 0.43
Hex BC 42 1E 0 41 54 1A E 48 2B
Octal 274 102 36 0 101 124 32 16 110 53
Binary 10111100 1000010 11110 0 1000001 1010100 11010 1110 1001000 101011

Color Harmonies of #BC421E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC421E

Black with #BC421E

Text Example


Text Example

White with #BC421E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC421E; }

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

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

background-color css

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

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

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

border-color css

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

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

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