Html Css Color HEX #BC340A Rust

📋 copy color: '#BC340A'

red 188 ◦ green 52 ◦ blue 10

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

Shades of Rust #BC340A

Tints of Rust #BC340A

RGB

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

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

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

R = 75.2%
G = 20.8%
B = 4%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.95

 K value IS 0.26

RGB Variations

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

Color information

#BC340A (or 0xBC340A) is known color: Rust. HEX triplet: BC, 34 and 0A. RGB value is (188,52,10). Sum of RGB (Red+Green+Blue) = 188+52+10=250 (33% of max value = 765). Red value is 188 (73.83% from 255 or 75.2% from 250); Green value is 52 (20.70% from 255 or 20.8% from 250); Blue value is 10 (4.30% from 255 or 4% from 250); Max value from RGB is 188 - color contains mainly: red. Hex color #BC340A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC340A is #43CBF5. Grayscale: #585858. Windows color (decimal): -4443126 or 668860. OLE color: 668860.

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

Color convert

RGB 188 52 10 -
CMYK 0 0.72 0.95 0.26
HSL 14.16º 0.9% 0.39% -
HSV(B) 14.16º 0.95% 0.74% -
XYZ 22.02 13.17 1.67 -
YUV 87.88 84.06 199.42 -
System Red Green Blue C M Y K H S L
Decimal 188 52 10 0 0.72 0.95 0.26 14.16 0.9 0.39
Hex BC 34 A 0 48 5F 1A E 5A 27
Octal 274 64 12 0 110 137 32 16 132 47
Binary 10111100 110100 1010 0 1001000 1011111 11010 1110 1011010 100111

Color Harmonies of #BC340A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC340A

Black with #BC340A

Text Example


Text Example

White with #BC340A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC340A; }

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

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

background-color css

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

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

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

border-color css

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

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

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