Html Css Color HEX #B23C3C Medium Carmine

📋 copy color: '#B23C3C'

red 178 ◦ green 60 ◦ blue 60

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

Shades of Medium Carmine #B23C3C

Tints of Medium Carmine #B23C3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 20.13%

R = 59.73%
G = 20.13%
B = 20.13%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.66

 K value IS 0.30

RGB Variations

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

Color information

#B23C3C (or 0xB23C3C) is known color: Medium Carmine. HEX triplet: B2, 3C and 3C. RGB value is (178,60,60). Sum of RGB (Red+Green+Blue) = 178+60+60=298 (39% of max value = 765). Red value is 178 (69.92% from 255 or 59.73% from 298); Green value is 60 (23.83% from 255 or 20.13% from 298); Blue value is 60 (23.83% from 255 or 20.13% from 298); Max value from RGB is 178 - color contains mainly: red. Hex color #B23C3C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B23C3C is #4DC3C3. Grayscale: #5F5F5F. Windows color (decimal): -5096388 or 3947698. OLE color: 3947698.

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

Color convert

RGB 178 60 60 -
CMYK 0 0.66 0.66 0.30
HSL 0.5% 0.47% -
HSV(B) 0.66% 0.7% -
XYZ 20.79 13.02 5.69 -
YUV 95.28 108.09 187 -
System Red Green Blue C M Y K H S L
Decimal 178 60 60 0 0.66 0.66 0.30 0 0.5 0.47
Hex B2 3C 3C 0 42 42 1E 0 32 2F
Octal 262 74 74 0 102 102 36 0 62 57
Binary 10110010 111100 111100 0 1000010 1000010 11110 0 110010 101111

Color Harmonies of #B23C3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23C3C

Black with #B23C3C

Text Example


Text Example

White with #B23C3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23C3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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