Html Css Color HEX #BB403B Medium Carmine

📋 copy color: '#BB403B'

red 187 ◦ green 64 ◦ blue 59

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

Shades of Medium Carmine #BB403B

Tints of Medium Carmine #BB403B

RGB

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

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

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

R = 60.32%
G = 20.65%
B = 19.03%

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

#BB403B (or 0xBB403B) is known color: Medium Carmine. HEX triplet: BB, 40 and 3B. RGB value is (187,64,59). Sum of RGB (Red+Green+Blue) = 187+64+59=310 (41% of max value = 765). Red value is 187 (73.44% from 255 or 60.32% from 310); Green value is 64 (25.39% from 255 or 20.65% from 310); Blue value is 59 (23.44% from 255 or 19.03% from 310); Max value from RGB is 187 - color contains mainly: red. Hex color #BB403B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB403B is #44BFC4. Grayscale: #646464. Windows color (decimal): -4505541 or 3883195. OLE color: 3883195.

HSL color Cylindrical-coordinate representation of color #BB403B: hue angle of 2.34º degrees, saturation: 0.52, 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 #BB403B is Cyan = 0, Magento = 0.66, Yellow = 0.68 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 64 59 -
CMYK 0 0.66 0.68 0.27
HSL 2.34º 0.52% 0.48% -
HSV(B) 2.34º 0.68% 0.73% -
XYZ 23.12 14.55 5.73 -
YUV 100.21 104.75 189.91 -
System Red Green Blue C M Y K H S L
Decimal 187 64 59 0 0.66 0.68 0.27 2.34 0.52 0.48
Hex BB 40 3B 0 42 44 1B 2 34 30
Octal 273 100 73 0 102 104 33 2 64 60
Binary 10111011 1000000 111011 0 1000010 1000100 11011 10 110100 110000

Color Harmonies of #BB403B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB403B

Black with #BB403B

Text Example


Text Example

White with #BB403B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB403B; }

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

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

background-color css

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

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

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

border-color css

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

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

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