Html Css Color HEX #BC403B Medium Carmine

📋 copy color: '#BC403B'

red 188 ◦ green 64 ◦ blue 59

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

Shades of Medium Carmine #BC403B

Tints of Medium Carmine #BC403B

RGB

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

 GREEN value IS 64 (25.39% from 255) = 20.58%

 BLUE value IS 59 (23.44% from 255) = 18.97%

R = 60.45%
G = 20.58%
B = 18.97%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.69

 K value IS 0.26

RGB Variations

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

Color information

#BC403B (or 0xBC403B) is known color: Medium Carmine. HEX triplet: BC, 40 and 3B. RGB value is (188,64,59). Sum of RGB (Red+Green+Blue) = 188+64+59=311 (41% of max value = 765). Red value is 188 (73.83% from 255 or 60.45% from 311); Green value is 64 (25.39% from 255 or 20.58% from 311); Blue value is 59 (23.44% from 255 or 18.97% from 311); Max value from RGB is 188 - color contains mainly: red. Hex color #BC403B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC403B is #43BFC4. Grayscale: #646464. Windows color (decimal): -4440005 or 3883196. OLE color: 3883196.

HSL color Cylindrical-coordinate representation of color #BC403B: hue angle of 2.33º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BC403B is Cyan = 0, Magento = 0.66, Yellow = 0.69 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 64 59 -
CMYK 0 0.66 0.69 0.26
HSL 2.33º 0.52% 0.48% -
HSV(B) 2.33º 0.69% 0.74% -
XYZ 23.36 14.67 5.74 -
YUV 100.51 104.58 190.41 -
System Red Green Blue C M Y K H S L
Decimal 188 64 59 0 0.66 0.69 0.26 2.33 0.52 0.48
Hex BC 40 3B 0 42 45 1A 2 34 30
Octal 274 100 73 0 102 105 32 2 64 60
Binary 10111100 1000000 111011 0 1000010 1000101 11010 10 110100 110000

Color Harmonies of #BC403B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC403B

Black with #BC403B

Text Example


Text Example

White with #BC403B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC403B; }

 p { color: rgb(188,64,59); }

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

background-color css

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

 a { background-color: rgb(188,64,59); }

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

border-color css

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

 span { border-color: rgb(188,64,59); }

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