#B8433A

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

Shades of Medium Carmine #B8433A

Tints of Medium Carmine #B8433A

Color information

#B8433A (or 0xB8433A) is unknown color: approx Medium Carmine. HEX triplet: B8, 43 and 3A. RGB value is (184,67,58). Sum of RGB (Red+Green+Blue) = 184+67+58=309 (40% of max value = 765). Red value is 184 (72.27% from 255 or 59.55% from 309); Green value is 67 (26.56% from 255 or 21.68% from 309); Blue value is 58 (23.05% from 255 or 18.77% from 309); Max value from RGB is 184 - color contains mainly: red. Hex color #B8433A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B8433A is #47BCC5. Grayscale: #656565. Windows color (decimal): -4701382 or 3818424. OLE color: 3818424.

HSL color Cylindrical-coordinate representation of color #B8433A: hue angle of 4.29º degrees, saturation: 0.52, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B8433A is Cyan = 0, Magento = 0.64, Yellow = 0.68 and Black (K on CMYK) = 0.28.

Color convert

RGB1846758-
CMYK00.640.680.28
HSL4.29º52.07%47.45%-
HSV(B)4.29º68.48%72.16%-
XYZ22.5414.515.62-
YUV100.96103.76187.23-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 59.55%
GREEN value IS 67 (26.56% from 255) = 21.68%
BLUE value IS 58 (23.05% from 255) = 18.77%
R=59.55%
G=21.68%
B=18.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.68
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184675800.640.680.284.2952.0747.45
HexB8433A040441C4342f
Octal2701037201001043446457
Binary10111000100001111101001000000100010011100100110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8433A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8433A; }

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

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

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

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

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

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

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

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