Html Css Color HEX #B23C32 Medium Carmine

📋 copy color: '#B23C32'

red 178 ◦ green 60 ◦ blue 50

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

Shades of Medium Carmine #B23C32

Tints of Medium Carmine #B23C32

RGB

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

 GREEN value IS 60 (23.83% from 255) = 20.83%

 BLUE value IS 50 (19.92% from 255) = 17.36%

R = 61.81%
G = 20.83%
B = 17.36%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.72

 K value IS 0.30

RGB Variations

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

Color information

#B23C32 (or 0xB23C32) is known color: Medium Carmine. HEX triplet: B2, 3C and 32. RGB value is (178,60,50). Sum of RGB (Red+Green+Blue) = 178+60+50=288 (38% of max value = 765). Red value is 178 (69.92% from 255 or 61.81% from 288); Green value is 60 (23.83% from 255 or 20.83% from 288); Blue value is 50 (19.92% from 255 or 17.36% from 288); Max value from RGB is 178 - color contains mainly: red. Hex color #B23C32 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B23C32 is #4DC3CD. Grayscale: #5E5E5E. Windows color (decimal): -5096398 or 3292338. OLE color: 3292338.

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

Color convert

RGB 178 60 50 -
CMYK 0 0.66 0.72 0.30
HSL 4.69º 0.56% 0.45% -
HSV(B) 4.69º 0.72% 0.7% -
XYZ 20.55 12.93 4.43 -
YUV 94.14 103.09 187.81 -
System Red Green Blue C M Y K H S L
Decimal 178 60 50 0 0.66 0.72 0.30 4.69 0.56 0.45
Hex B2 3C 32 0 42 48 1E 5 38 2D
Octal 262 74 62 0 102 110 36 5 70 55
Binary 10110010 111100 110010 0 1000010 1001000 11110 101 111000 101101

Color Harmonies of #B23C32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23C32

Black with #B23C32

Text Example


Text Example

White with #B23C32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23C32; }

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

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

background-color css

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

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

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

border-color css

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

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

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