Html Css Color HEX #BC420A Rust

📋 copy color: '#BC420A'

red 188 ◦ green 66 ◦ blue 10

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

Shades of Rust #BC420A

Tints of Rust #BC420A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.79%

R = 71.21%
G = 25%
B = 3.79%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.95

 K value IS 0.26

RGB Variations

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

Color information

#BC420A (or 0xBC420A) is known color: Rust. HEX triplet: BC, 42 and 0A. RGB value is (188,66,10). Sum of RGB (Red+Green+Blue) = 188+66+10=264 (34% of max value = 765). Red value is 188 (73.83% from 255 or 71.21% from 264); Green value is 66 (26.17% from 255 or 25% from 264); Blue value is 10 (4.30% from 255 or 3.79% from 264); Max value from RGB is 188 - color contains mainly: red. Hex color #BC420A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC420A is #43BDF5. Grayscale: #606060. Windows color (decimal): -4439542 or 672444. OLE color: 672444.

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

Color convert

RGB 188 66 10 -
CMYK 0 0.65 0.95 0.26
HSL 18.88º 0.9% 0.39% -
HSV(B) 18.88º 0.95% 0.74% -
XYZ 22.74 14.61 1.91 -
YUV 96.09 79.42 193.55 -
System Red Green Blue C M Y K H S L
Decimal 188 66 10 0 0.65 0.95 0.26 18.88 0.9 0.39
Hex BC 42 A 0 41 5F 1A 13 5A 27
Octal 274 102 12 0 101 137 32 23 132 47
Binary 10111100 1000010 1010 0 1000001 1011111 11010 10011 1011010 100111

Color Harmonies of #BC420A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC420A

Black with #BC420A

Text Example


Text Example

White with #BC420A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC420A; }

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

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

background-color css

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

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

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

border-color css

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

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

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