Html Css Color HEX #BC4A09 Rust

📋 copy color: '#BC4A09'

red 188 ◦ green 74 ◦ blue 9

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

Shades of Rust #BC4A09

Tints of Rust #BC4A09

RGB

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

 GREEN value IS 74 (29.3% from 255) = 27.31%

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

R = 69.37%
G = 27.31%
B = 3.32%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.95

 K value IS 0.26

RGB Variations

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

Color information

#BC4A09 (or 0xBC4A09) is known color: Rust. HEX triplet: BC, 4A and 09. RGB value is (188,74,9). Sum of RGB (Red+Green+Blue) = 188+74+9=271 (35% of max value = 765). Red value is 188 (73.83% from 255 or 69.37% from 271); Green value is 74 (29.30% from 255 or 27.31% from 271); Blue value is 9 (3.91% from 255 or 3.32% from 271); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4A09 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC4A09 is #43B5F6. Grayscale: #656565. Windows color (decimal): -4437495 or 608956. OLE color: 608956.

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

Color convert

RGB 188 74 9 -
CMYK 0 0.61 0.95 0.26
HSL 21.79º 0.91% 0.39% -
HSV(B) 21.79º 0.95% 0.74% -
XYZ 23.24 15.61 2.05 -
YUV 100.68 76.27 190.29 -
System Red Green Blue C M Y K H S L
Decimal 188 74 9 0 0.61 0.95 0.26 21.79 0.91 0.39
Hex BC 4A 9 0 3D 5F 1A 16 5B 27
Octal 274 112 11 0 75 137 32 26 133 47
Binary 10111100 1001010 1001 0 111101 1011111 11010 10110 1011011 100111

Color Harmonies of #BC4A09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4A09

Black with #BC4A09

Text Example


Text Example

White with #BC4A09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4A09; }

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

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

background-color css

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

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

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

border-color css

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

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

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