Html Css Color HEX #B23230 Medium Carmine

📋 copy color: '#B23230'

red 178 ◦ green 50 ◦ blue 48

#B23230
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Carmine #B23230

Tints of Medium Carmine #B23230

RGB

 RED value IS 178 (69.92% from 255) = 64.49%

 GREEN value IS 50 (19.92% from 255) = 18.12%

 BLUE value IS 48 (19.14% from 255) = 17.39%

R = 64.49%
G = 18.12%
B = 17.39%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.73

 K value IS 0.30

RGB Variations

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

Color information

#B23230 (or 0xB23230) is known color: Medium Carmine. HEX triplet: B2, 32 and 30. RGB value is (178,50,48). Sum of RGB (Red+Green+Blue) = 178+50+48=276 (36% of max value = 765). Red value is 178 (69.92% from 255 or 64.49% from 276); Green value is 50 (19.92% from 255 or 18.12% from 276); Blue value is 48 (19.14% from 255 or 17.39% from 276); Max value from RGB is 178 - color contains mainly: red. Hex color #B23230 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B23230 is #4DCDCF. Grayscale: #585858. Windows color (decimal): -5098960 or 3158706. OLE color: 3158706.

HSL color Cylindrical-coordinate representation of color #B23230: hue angle of 0.92º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B23230 is Cyan = 0, Magento = 0.72, Yellow = 0.73 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 50 48 -
CMYK 0 0.72 0.73 0.30
HSL 0.92º 0.58% 0.44% -
HSV(B) 0.92º 0.73% 0.7% -
XYZ 20.03 11.96 4.05 -
YUV 88.04 105.41 192.16 -
System Red Green Blue C M Y K H S L
Decimal 178 50 48 0 0.72 0.73 0.30 0.92 0.58 0.44
Hex B2 32 30 0 48 49 1E 1 3A 2C
Octal 262 62 60 0 110 111 36 1 72 54
Binary 10110010 110010 110000 0 1001000 1001001 11110 1 111010 101100

Color Harmonies of #B23230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23230

Black with #B23230

Text Example


Text Example

White with #B23230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23230; }

 p { color: rgb(178,50,48); }

 H1.HeaderClassName
 {
   color: #B23230;
 }
 .AnyTagClassName
 {
   color: #B23230;
 }
</style>

background-color css

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

 a { background-color: rgb(178,50,48); }

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

border-color css

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

 span { border-color: rgb(178,50,48); }

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