Html Css Color HEX #BB403E Medium Carmine

📋 copy color: '#BB403E'

red 187 ◦ green 64 ◦ blue 62

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

Shades of Medium Carmine #BB403E

Tints of Medium Carmine #BB403E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 19.81%

R = 59.74%
G = 20.45%
B = 19.81%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.67

 K value IS 0.27

RGB Variations

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

Color information

#BB403E (or 0xBB403E) is known color: Medium Carmine. HEX triplet: BB, 40 and 3E. RGB value is (187,64,62). Sum of RGB (Red+Green+Blue) = 187+64+62=313 (41% of max value = 765). Red value is 187 (73.44% from 255 or 59.74% from 313); Green value is 64 (25.39% from 255 or 20.45% from 313); Blue value is 62 (24.61% from 255 or 19.81% from 313); Max value from RGB is 187 - color contains mainly: red. Hex color #BB403E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB403E is #44BFC1. Grayscale: #646464. Windows color (decimal): -4505538 or 4079803. OLE color: 4079803.

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

Color convert

RGB 187 64 62 -
CMYK 0 0.66 0.67 0.27
HSL 0.96º 0.5% 0.49% -
HSV(B) 0.96º 0.67% 0.73% -
XYZ 23.2 14.58 6.15 -
YUV 100.55 106.25 189.66 -
System Red Green Blue C M Y K H S L
Decimal 187 64 62 0 0.66 0.67 0.27 0.96 0.5 0.49
Hex BB 40 3E 0 42 43 1B 1 32 31
Octal 273 100 76 0 102 103 33 1 62 61
Binary 10111011 1000000 111110 0 1000010 1000011 11011 1 110010 110001

Color Harmonies of #BB403E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB403E

Black with #BB403E

Text Example


Text Example

White with #BB403E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB403E; }

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

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

background-color css

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

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

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

border-color css

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

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

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