#B23E25

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

Shades of Medium Carmine #B23E25

Tints of Medium Carmine #B23E25

Color information

#B23E25 (or 0xB23E25) is unknown color: approx Medium Carmine. HEX triplet: B2, 3E and 25. RGB value is (178,62,37). Sum of RGB (Red+Green+Blue) = 178+62+37=277 (36% of max value = 765). Red value is 178 (69.92% from 255 or 64.26% from 277); Green value is 62 (24.61% from 255 or 22.38% from 277); Blue value is 37 (14.84% from 255 or 13.36% from 277); Max value from RGB is 178 - color contains mainly: red. Hex color #B23E25 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B23E25 is #4DC1DA. Grayscale: #5E5E5E. Windows color (decimal): -5095899 or 2440882. OLE color: 2440882.

HSL color Cylindrical-coordinate representation of color #B23E25: hue angle of 10.64º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B23E25 is Cyan = 0, Magento = 0.65, Yellow = 0.79 and Black (K on CMYK) = 0.30.

Color convert

RGB1786237-
CMYK00.650.790.30
HSL10.64º65.58%42.16%-
HSV(B)10.64º79.21%69.8%-
XYZ20.4213.043.19-
YUV93.8395.93188.03-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 64.26%
GREEN value IS 62 (24.61% from 255) = 22.38%
BLUE value IS 37 (14.84% from 255) = 13.36%
R=64.26%
G=22.38%
B=13.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.79
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178623700.650.790.3010.6465.5842.16
HexB23E250414F1Eb422a
Octal26276450101117361310252
Binary101100101111101001010100000110011111111010111000010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B23E25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B23E25; }

 p { color: rgb(178,62,37); }

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

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

 a { background-color: rgb(178,62,37); }

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

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

 span { border-color: rgb(178,62,37); }

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