Html Css Color HEX #BC4803 Rust

📋 copy color: '#BC4803'

red 188 ◦ green 72 ◦ blue 3

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

Shades of Rust #BC4803

Tints of Rust #BC4803

RGB

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

 GREEN value IS 72 (28.52% from 255) = 27.38%

 BLUE value IS 3 (1.56% from 255) = 1.14%

R = 71.48%
G = 27.38%
B = 1.14%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.98

 K value IS 0.26

RGB Variations

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

Color information

#BC4803 (or 0xBC4803) is known color: Rust. HEX triplet: BC, 48 and 03. RGB value is (188,72,3). Sum of RGB (Red+Green+Blue) = 188+72+3=263 (34% of max value = 765). Red value is 188 (73.83% from 255 or 71.48% from 263); Green value is 72 (28.52% from 255 or 27.38% from 263); Blue value is 3 (1.56% from 255 or 1.14% from 263); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4803 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC4803 is #43B7FC. Grayscale: #636363. Windows color (decimal): -4438013 or 215228. OLE color: 215228.

HSL color Cylindrical-coordinate representation of color #BC4803: hue angle of 22.38º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BC4803 is Cyan = 0, Magento = 0.62, Yellow = 0.98 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 72 3 -
CMYK 0 0.62 0.98 0.26
HSL 22.38º 0.97% 0.37% -
HSV(B) 22.38º 0.98% 0.74% -
XYZ 23.07 15.33 1.83 -
YUV 98.82 73.93 191.61 -
System Red Green Blue C M Y K H S L
Decimal 188 72 3 0 0.62 0.98 0.26 22.38 0.97 0.37
Hex BC 48 3 0 3E 62 1A 16 61 25
Octal 274 110 3 0 76 142 32 26 141 45
Binary 10111100 1001000 11 0 111110 1100010 11010 10110 1100001 100101

Color Harmonies of #BC4803

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4803

Black with #BC4803

Text Example


Text Example

White with #BC4803

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4803; }

 p { color: rgb(188,72,3); }

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

background-color css

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

 a { background-color: rgb(188,72,3); }

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

border-color css

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

 span { border-color: rgb(188,72,3); }

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