#BB3A35

Color #BB3A35 Medium Carmine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Carmine #BB3A35

Tints of Medium Carmine #BB3A35

Color information

#BB3A35 (or 0xBB3A35) is unknown color: approx Medium Carmine. HEX triplet: BB, 3A and 35. RGB value is (187,58,53). Sum of RGB (Red+Green+Blue) = 187+58+53=298 (39% of max value = 765). Red value is 187 (73.44% from 255 or 62.75% from 298); Green value is 58 (23.05% from 255 or 19.46% from 298); Blue value is 53 (21.09% from 255 or 17.79% from 298); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3A35 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB3A35 is #44C5CA. Grayscale: #606060. Windows color (decimal): -4507083 or 3488443. OLE color: 3488443.

HSL color Cylindrical-coordinate representation of color #BB3A35: hue angle of 2.24º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BB3A35 is Cyan = 0, Magento = 0.69, Yellow = 0.72 and Black (K on CMYK) = 0.27.

Color convert

RGB1875853-
CMYK00.690.720.27
HSL2.24º55.83%47.06%-
HSV(B)2.24º71.66%73.33%-
XYZ22.6513.854.85-
YUV96103.74192.91-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 62.75%
GREEN value IS 58 (23.05% from 255) = 19.46%
BLUE value IS 53 (21.09% from 255) = 17.79%
R=62.75%
G=19.46%
B=17.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.72
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187585300.690.720.272.2455.8347.06
HexBB3A35045481B2382f
Octal273726501051103327057
Binary101110111110101101010100010110010001101110111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB3A35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB3A35; }

 p { color: rgb(187,58,53); }

 H1.HeaderClassName
 {
   color: #BB3A35;
 }
 .AnyTagClassName
 {
   color: #BB3A35;
 }
</style>
background-color css

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

 a { background-color: rgb(187,58,53); }

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

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

 span { border-color: rgb(187,58,53); }

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