Html Css Color HEX #BC4303 Rust

📋 copy color: '#BC4303'

red 188 ◦ green 67 ◦ blue 3

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

Shades of Rust #BC4303

Tints of Rust #BC4303

RGB

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

 GREEN value IS 67 (26.56% from 255) = 25.97%

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

R = 72.87%
G = 25.97%
B = 1.16%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.98

 K value IS 0.26

RGB Variations

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

Color information

#BC4303 (or 0xBC4303) is known color: Rust. HEX triplet: BC, 43 and 03. RGB value is (188,67,3). Sum of RGB (Red+Green+Blue) = 188+67+3=258 (34% of max value = 765). Red value is 188 (73.83% from 255 or 72.87% from 258); Green value is 67 (26.56% from 255 or 25.97% from 258); Blue value is 3 (1.56% from 255 or 1.16% from 258); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4303 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC4303 is #43BCFC. Grayscale: #606060. Windows color (decimal): -4439293 or 213948. OLE color: 213948.

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

Color convert

RGB 188 67 3 -
CMYK 0 0.64 0.98 0.26
HSL 20.76º 0.97% 0.37% -
HSV(B) 20.76º 0.98% 0.74% -
XYZ 22.76 14.71 1.73 -
YUV 95.88 75.59 193.7 -
System Red Green Blue C M Y K H S L
Decimal 188 67 3 0 0.64 0.98 0.26 20.76 0.97 0.37
Hex BC 43 3 0 40 62 1A 15 61 25
Octal 274 103 3 0 100 142 32 25 141 45
Binary 10111100 1000011 11 0 1000000 1100010 11010 10101 1100001 100101

Color Harmonies of #BC4303

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4303

Black with #BC4303

Text Example


Text Example

White with #BC4303

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4303; }

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

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

background-color css

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

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

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

border-color css

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

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

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