Html Css Color HEX #BC3408 Rust

📋 copy color: '#BC3408'

red 188 ◦ green 52 ◦ blue 8

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

Shades of Rust #BC3408

Tints of Rust #BC3408

RGB

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

 GREEN value IS 52 (20.7% from 255) = 20.97%

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

R = 75.81%
G = 20.97%
B = 3.23%

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

#BC3408 (or 0xBC3408) is known color: Rust. HEX triplet: BC, 34 and 08. RGB value is (188,52,8). Sum of RGB (Red+Green+Blue) = 188+52+8=248 (32% of max value = 765). Red value is 188 (73.83% from 255 or 75.81% from 248); Green value is 52 (20.70% from 255 or 20.97% from 248); Blue value is 8 (3.52% from 255 or 3.23% from 248); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3408 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC3408 is #43CBF7. Grayscale: #575757. Windows color (decimal): -4443128 or 537788. OLE color: 537788.

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

Color convert

RGB 188 52 8 -
CMYK 0 0.72 0.96 0.26
HSL 14.67º 0.92% 0.38% -
HSV(B) 14.67º 0.96% 0.74% -
XYZ 22.01 13.16 1.61 -
YUV 87.65 83.06 199.58 -
System Red Green Blue C M Y K H S L
Decimal 188 52 8 0 0.72 0.96 0.26 14.67 0.92 0.38
Hex BC 34 8 0 48 60 1A F 5C 26
Octal 274 64 10 0 110 140 32 17 134 46
Binary 10111100 110100 1000 0 1001000 1100000 11010 1111 1011100 100110

Color Harmonies of #BC3408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3408

Black with #BC3408

Text Example


Text Example

White with #BC3408

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3408; }

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

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

background-color css

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

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

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

border-color css

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

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

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