Html Css Color HEX #BC3808 Rust

📋 copy color: '#BC3808'

red 188 ◦ green 56 ◦ blue 8

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

Shades of Rust #BC3808

Tints of Rust #BC3808

RGB

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

 GREEN value IS 56 (22.27% from 255) = 22.22%

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

R = 74.6%
G = 22.22%
B = 3.17%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.96

 K value IS 0.26

RGB Variations

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

Color information

#BC3808 (or 0xBC3808) is known color: Rust. HEX triplet: BC, 38 and 08. RGB value is (188,56,8). Sum of RGB (Red+Green+Blue) = 188+56+8=252 (33% of max value = 765). Red value is 188 (73.83% from 255 or 74.60% from 252); Green value is 56 (22.27% from 255 or 22.22% from 252); Blue value is 8 (3.52% from 255 or 3.17% from 252); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3808 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC3808 is #43C7F7. Grayscale: #5A5A5A. Windows color (decimal): -4442104 or 538812. OLE color: 538812.

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

Color convert

RGB 188 56 8 -
CMYK 0 0.70 0.96 0.26
HSL 16º 0.92% 0.38% -
HSV(B) 16º 0.96% 0.74% -
XYZ 22.2 13.54 1.67 -
YUV 90 81.73 197.9 -
System Red Green Blue C M Y K H S L
Decimal 188 56 8 0 0.70 0.96 0.26 16 0.92 0.38
Hex BC 38 8 0 46 60 1A 10 5C 26
Octal 274 70 10 0 106 140 32 20 134 46
Binary 10111100 111000 1000 0 1000110 1100000 11010 10000 1011100 100110

Color Harmonies of #BC3808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3808

Black with #BC3808

Text Example


Text Example

White with #BC3808

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3808; }

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

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

background-color css

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

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

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

border-color css

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

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

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