Html Css Color HEX #BB403C Medium Carmine

📋 copy color: '#BB403C'

red 187 ◦ green 64 ◦ blue 60

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

Shades of Medium Carmine #BB403C

Tints of Medium Carmine #BB403C

RGB

 RED value IS 187 (73.44% from 255) = 60.13%

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

 BLUE value IS 60 (23.83% from 255) = 19.29%

R = 60.13%
G = 20.58%
B = 19.29%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.68

 K value IS 0.27

RGB Variations

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

Color information

#BB403C (or 0xBB403C) is known color: Medium Carmine. HEX triplet: BB, 40 and 3C. RGB value is (187,64,60). Sum of RGB (Red+Green+Blue) = 187+64+60=311 (41% of max value = 765). Red value is 187 (73.44% from 255 or 60.13% from 311); Green value is 64 (25.39% from 255 or 20.58% from 311); Blue value is 60 (23.83% from 255 or 19.29% from 311); Max value from RGB is 187 - color contains mainly: red. Hex color #BB403C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB403C is #44BFC3. Grayscale: #646464. Windows color (decimal): -4505540 or 3948731. OLE color: 3948731.

HSL color Cylindrical-coordinate representation of color #BB403C: hue angle of 1.89º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BB403C is Cyan = 0, Magento = 0.66, Yellow = 0.68 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 64 60 -
CMYK 0 0.66 0.68 0.27
HSL 1.89º 0.51% 0.48% -
HSV(B) 1.89º 0.68% 0.73% -
XYZ 23.14 14.56 5.87 -
YUV 100.32 105.25 189.83 -
System Red Green Blue C M Y K H S L
Decimal 187 64 60 0 0.66 0.68 0.27 1.89 0.51 0.48
Hex BB 40 3C 0 42 44 1B 2 33 30
Octal 273 100 74 0 102 104 33 2 63 60
Binary 10111011 1000000 111100 0 1000010 1000100 11011 10 110011 110000

Color Harmonies of #BB403C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB403C

Black with #BB403C

Text Example


Text Example

White with #BB403C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB403C; }

 p { color: rgb(187,64,60); }

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

background-color css

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

 a { background-color: rgb(187,64,60); }

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

border-color css

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

 span { border-color: rgb(187,64,60); }

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