Html Css Color HEX #BC3409 Rust

📋 copy color: '#BC3409'

red 188 ◦ green 52 ◦ blue 9

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

Shades of Rust #BC3409

Tints of Rust #BC3409

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 3.61%

R = 75.5%
G = 20.88%
B = 3.61%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.95

 K value IS 0.26

RGB Variations

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

Color information

#BC3409 (or 0xBC3409) is known color: Rust. HEX triplet: BC, 34 and 09. RGB value is (188,52,9). Sum of RGB (Red+Green+Blue) = 188+52+9=249 (32% of max value = 765). Red value is 188 (73.83% from 255 or 75.50% from 249); Green value is 52 (20.70% from 255 or 20.88% from 249); Blue value is 9 (3.91% from 255 or 3.61% from 249); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3409 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC3409 is #43CBF6. Grayscale: #585858. Windows color (decimal): -4443127 or 603324. OLE color: 603324.

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

Color convert

RGB 188 52 9 -
CMYK 0 0.72 0.95 0.26
HSL 14.41º 0.91% 0.39% -
HSV(B) 14.41º 0.95% 0.74% -
XYZ 22.02 13.17 1.64 -
YUV 87.76 83.56 199.5 -
System Red Green Blue C M Y K H S L
Decimal 188 52 9 0 0.72 0.95 0.26 14.41 0.91 0.39
Hex BC 34 9 0 48 5F 1A E 5B 27
Octal 274 64 11 0 110 137 32 16 133 47
Binary 10111100 110100 1001 0 1001000 1011111 11010 1110 1011011 100111

Color Harmonies of #BC3409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3409

Black with #BC3409

Text Example


Text Example

White with #BC3409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3409; }

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

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

background-color css

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

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

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

border-color css

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

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

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