Html Css Color HEX #BC360A Rust

📋 copy color: '#BC360A'

red 188 ◦ green 54 ◦ blue 10

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

Shades of Rust #BC360A

Tints of Rust #BC360A

RGB

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

 GREEN value IS 54 (21.48% from 255) = 21.43%

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

R = 74.6%
G = 21.43%
B = 3.97%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.95

 K value IS 0.26

RGB Variations

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

Color information

#BC360A (or 0xBC360A) is known color: Rust. HEX triplet: BC, 36 and 0A. RGB value is (188,54,10). Sum of RGB (Red+Green+Blue) = 188+54+10=252 (33% of max value = 765). Red value is 188 (73.83% from 255 or 74.60% from 252); Green value is 54 (21.48% from 255 or 21.43% from 252); Blue value is 10 (4.30% from 255 or 3.97% from 252); Max value from RGB is 188 - color contains mainly: red. Hex color #BC360A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC360A is #43C9F5. Grayscale: #595959. Windows color (decimal): -4442614 or 669372. OLE color: 669372.

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

Color convert

RGB 188 54 10 -
CMYK 0 0.71 0.95 0.26
HSL 14.83º 0.9% 0.39% -
HSV(B) 14.83º 0.95% 0.74% -
XYZ 22.11 13.35 1.7 -
YUV 89.05 83.39 198.58 -
System Red Green Blue C M Y K H S L
Decimal 188 54 10 0 0.71 0.95 0.26 14.83 0.9 0.39
Hex BC 36 A 0 47 5F 1A F 5A 27
Octal 274 66 12 0 107 137 32 17 132 47
Binary 10111100 110110 1010 0 1000111 1011111 11010 1111 1011010 100111

Color Harmonies of #BC360A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC360A

Black with #BC360A

Text Example


Text Example

White with #BC360A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC360A; }

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

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

background-color css

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

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

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

border-color css

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

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

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