#BB433A

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

Shades of Medium Carmine #BB433A

Tints of Medium Carmine #BB433A

Color information

#BB433A (or 0xBB433A) is unknown color: approx Medium Carmine. HEX triplet: BB, 43 and 3A. RGB value is (187,67,58). Sum of RGB (Red+Green+Blue) = 187+67+58=312 (41% of max value = 765). Red value is 187 (73.44% from 255 or 59.94% from 312); Green value is 67 (26.56% from 255 or 21.47% from 312); Blue value is 58 (23.05% from 255 or 18.59% from 312); Max value from RGB is 187 - color contains mainly: red. Hex color #BB433A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB433A is #44BCC5. Grayscale: #666666. Windows color (decimal): -4504774 or 3818427. OLE color: 3818427.

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

Color convert

RGB1876758-
CMYK00.640.690.27
HSL4.19º52.65%48.04%-
HSV(B)4.19º68.98%73.33%-
XYZ23.2614.885.65-
YUV101.85103.26188.73-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 59.94%
GREEN value IS 67 (26.56% from 255) = 21.47%
BLUE value IS 58 (23.05% from 255) = 18.59%
R=59.94%
G=21.47%
B=18.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.69
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187675800.640.690.274.1952.6548.04
HexBB433A040451B43530
Octal2731037201001053346560
Binary10111011100001111101001000000100010111011100110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB433A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB433A; }

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

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

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

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

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

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

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

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