Html Css Color HEX #BC510A Rust

📋 copy color: '#BC510A'

red 188 ◦ green 81 ◦ blue 10

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

Shades of Rust #BC510A

Tints of Rust #BC510A

RGB

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

 GREEN value IS 81 (32.03% from 255) = 29.03%

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

R = 67.38%
G = 29.03%
B = 3.58%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.95

 K value IS 0.26

RGB Variations

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

Color information

#BC510A (or 0xBC510A) is known color: Rust. HEX triplet: BC, 51 and 0A. RGB value is (188,81,10). Sum of RGB (Red+Green+Blue) = 188+81+10=279 (36% of max value = 765). Red value is 188 (73.83% from 255 or 67.38% from 279); Green value is 81 (32.03% from 255 or 29.03% from 279); Blue value is 10 (4.30% from 255 or 3.58% from 279); Max value from RGB is 188 - color contains mainly: red. Hex color #BC510A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC510A is #43AEF5. Grayscale: #696969. Windows color (decimal): -4435702 or 676284. OLE color: 676284.

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

Color convert

RGB 188 81 10 -
CMYK 0 0.57 0.95 0.26
HSL 23.93º 0.9% 0.39% -
HSV(B) 23.93º 0.95% 0.74% -
XYZ 23.74 16.6 2.24 -
YUV 104.9 74.45 187.27 -
System Red Green Blue C M Y K H S L
Decimal 188 81 10 0 0.57 0.95 0.26 23.93 0.9 0.39
Hex BC 51 A 0 39 5F 1A 18 5A 27
Octal 274 121 12 0 71 137 32 30 132 47
Binary 10111100 1010001 1010 0 111001 1011111 11010 11000 1011010 100111

Color Harmonies of #BC510A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC510A

Black with #BC510A

Text Example


Text Example

White with #BC510A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC510A; }

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

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

background-color css

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

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

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

border-color css

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

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

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