Html Css Color HEX #BC3508 Rust

📋 copy color: '#BC3508'

red 188 ◦ green 53 ◦ blue 8

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

Shades of Rust #BC3508

Tints of Rust #BC3508

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 3.21%

R = 75.5%
G = 21.29%
B = 3.21%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.96

 K value IS 0.26

RGB Variations

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

Color information

#BC3508 (or 0xBC3508) is known color: Rust. HEX triplet: BC, 35 and 08. RGB value is (188,53,8). Sum of RGB (Red+Green+Blue) = 188+53+8=249 (32% of max value = 765). Red value is 188 (73.83% from 255 or 75.50% from 249); Green value is 53 (21.09% from 255 or 21.29% from 249); Blue value is 8 (3.52% from 255 or 3.21% from 249); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3508 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC3508 is #43CAF7. Grayscale: #585858. Windows color (decimal): -4442872 or 538044. OLE color: 538044.

HSL color Cylindrical-coordinate representation of color #BC3508: hue angle of 15º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BC3508 is Cyan = 0, Magento = 0.72, Yellow = 0.96 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 53 8 -
CMYK 0 0.72 0.96 0.26
HSL 15º 0.92% 0.38% -
HSV(B) 15º 0.96% 0.74% -
XYZ 22.06 13.26 1.63 -
YUV 88.24 82.73 199.16 -
System Red Green Blue C M Y K H S L
Decimal 188 53 8 0 0.72 0.96 0.26 15 0.92 0.38
Hex BC 35 8 0 48 60 1A F 5C 26
Octal 274 65 10 0 110 140 32 17 134 46
Binary 10111100 110101 1000 0 1001000 1100000 11010 1111 1011100 100110

Color Harmonies of #BC3508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3508

Black with #BC3508

Text Example


Text Example

White with #BC3508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3508; }

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

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

background-color css

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

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

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

border-color css

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

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

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