#B83A34

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

Shades of Medium Carmine #B83A34

Tints of Medium Carmine #B83A34

Color information

#B83A34 (or 0xB83A34) is unknown color: approx Medium Carmine. HEX triplet: B8, 3A and 34. RGB value is (184,58,52). Sum of RGB (Red+Green+Blue) = 184+58+52=294 (38% of max value = 765). Red value is 184 (72.27% from 255 or 62.59% from 294); Green value is 58 (23.05% from 255 or 19.73% from 294); Blue value is 52 (20.70% from 255 or 17.69% from 294); Max value from RGB is 184 - color contains mainly: red. Hex color #B83A34 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B83A34 is #47C5CB. Grayscale: #5F5F5F. Windows color (decimal): -4703692 or 3422904. OLE color: 3422904.

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

Color convert

RGB1845852-
CMYK00.680.720.28
HSL2.73º55.93%46.27%-
HSV(B)2.73º71.74%72.16%-
XYZ21.913.464.69-
YUV94.99103.74191.49-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 62.59%
GREEN value IS 58 (23.05% from 255) = 19.73%
BLUE value IS 52 (20.70% from 255) = 17.69%
R=62.59%
G=19.73%
B=17.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.72
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184585200.680.720.282.7355.9346.27
HexB83A34044481C3382e
Octal270726401041103437056
Binary101110001110101101000100010010010001110011111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B83A34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B83A34; }

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

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

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

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

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

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

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

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