Html Css Color HEX #BC350B Rust

📋 copy color: '#BC350B'

red 188 ◦ green 53 ◦ blue 11

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

Shades of Rust #BC350B

Tints of Rust #BC350B

RGB

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

 GREEN value IS 53 (21.09% from 255) = 21.03%

 BLUE value IS 11 (4.69% from 255) = 4.37%

R = 74.6%
G = 21.03%
B = 4.37%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.94

 K value IS 0.26

RGB Variations

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

Color information

#BC350B (or 0xBC350B) is known color: Rust. HEX triplet: BC, 35 and 0B. RGB value is (188,53,11). Sum of RGB (Red+Green+Blue) = 188+53+11=252 (33% of max value = 765). Red value is 188 (73.83% from 255 or 74.60% from 252); Green value is 53 (21.09% from 255 or 21.03% from 252); Blue value is 11 (4.69% from 255 or 4.37% from 252); Max value from RGB is 188 - color contains mainly: red. Hex color #BC350B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC350B is #43CAF4. Grayscale: #585858. Windows color (decimal): -4442869 or 734652. OLE color: 734652.

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

Color convert

RGB 188 53 11 -
CMYK 0 0.72 0.94 0.26
HSL 14.24º 0.89% 0.39% -
HSV(B) 14.24º 0.94% 0.74% -
XYZ 22.07 13.26 1.71 -
YUV 88.58 84.23 198.92 -
System Red Green Blue C M Y K H S L
Decimal 188 53 11 0 0.72 0.94 0.26 14.24 0.89 0.39
Hex BC 35 B 0 48 5E 1A E 59 27
Octal 274 65 13 0 110 136 32 16 131 47
Binary 10111100 110101 1011 0 1001000 1011110 11010 1110 1011001 100111

Color Harmonies of #BC350B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC350B

Black with #BC350B

Text Example


Text Example

White with #BC350B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC350B; }

 p { color: rgb(188,53,11); }

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

background-color css

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

 a { background-color: rgb(188,53,11); }

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

border-color css

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

 span { border-color: rgb(188,53,11); }

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