Html Css Color HEX #B23C34 Medium Carmine

📋 copy color: '#B23C34'

red 178 ◦ green 60 ◦ blue 52

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

Shades of Medium Carmine #B23C34

Tints of Medium Carmine #B23C34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 17.93%

R = 61.38%
G = 20.69%
B = 17.93%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.71

 K value IS 0.30

RGB Variations

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

Color information

#B23C34 (or 0xB23C34) is known color: Medium Carmine. HEX triplet: B2, 3C and 34. RGB value is (178,60,52). Sum of RGB (Red+Green+Blue) = 178+60+52=290 (38% of max value = 765). Red value is 178 (69.92% from 255 or 61.38% from 290); Green value is 60 (23.83% from 255 or 20.69% from 290); Blue value is 52 (20.70% from 255 or 17.93% from 290); Max value from RGB is 178 - color contains mainly: red. Hex color #B23C34 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B23C34 is #4DC3CB. Grayscale: #5E5E5E. Windows color (decimal): -5096396 or 3423410. OLE color: 3423410.

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

Color convert

RGB 178 60 52 -
CMYK 0 0.66 0.71 0.30
HSL 3.81º 0.55% 0.45% -
HSV(B) 3.81º 0.71% 0.7% -
XYZ 20.6 12.94 4.66 -
YUV 94.37 104.09 187.65 -
System Red Green Blue C M Y K H S L
Decimal 178 60 52 0 0.66 0.71 0.30 3.81 0.55 0.45
Hex B2 3C 34 0 42 47 1E 4 37 2D
Octal 262 74 64 0 102 107 36 4 67 55
Binary 10110010 111100 110100 0 1000010 1000111 11110 100 110111 101101

Color Harmonies of #B23C34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23C34

Black with #B23C34

Text Example


Text Example

White with #B23C34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23C34; }

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

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

background-color css

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

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

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

border-color css

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

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

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