Html Css Color HEX #BC530C Rust

📋 copy color: '#BC530C'

red 188 ◦ green 83 ◦ blue 12

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

Shades of Rust #BC530C

Tints of Rust #BC530C

RGB

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

 GREEN value IS 83 (32.81% from 255) = 29.33%

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

R = 66.43%
G = 29.33%
B = 4.24%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.94

 K value IS 0.26

RGB Variations

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

Color information

#BC530C (or 0xBC530C) is known color: Rust. HEX triplet: BC, 53 and 0C. RGB value is (188,83,12). Sum of RGB (Red+Green+Blue) = 188+83+12=283 (37% of max value = 765). Red value is 188 (73.83% from 255 or 66.43% from 283); Green value is 83 (32.81% from 255 or 29.33% from 283); Blue value is 12 (5.08% from 255 or 4.24% from 283); Max value from RGB is 188 - color contains mainly: red. Hex color #BC530C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC530C is #43ACF3. Grayscale: #6A6A6A. Windows color (decimal): -4435188 or 807868. OLE color: 807868.

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

Color convert

RGB 188 83 12 -
CMYK 0 0.56 0.94 0.26
HSL 24.2º 0.88% 0.39% -
HSV(B) 24.2º 0.94% 0.74% -
XYZ 23.9 16.9 2.35 -
YUV 106.3 74.79 186.27 -
System Red Green Blue C M Y K H S L
Decimal 188 83 12 0 0.56 0.94 0.26 24.2 0.88 0.39
Hex BC 53 C 0 38 5E 1A 18 58 27
Octal 274 123 14 0 70 136 32 30 130 47
Binary 10111100 1010011 1100 0 111000 1011110 11010 11000 1011000 100111

Color Harmonies of #BC530C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC530C

Black with #BC530C

Text Example


Text Example

White with #BC530C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC530C; }

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

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

background-color css

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

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

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

border-color css

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

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

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