Html Css Color HEX #B23731 Medium Carmine

📋 copy color: '#B23731'

red 178 ◦ green 55 ◦ blue 49

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

Shades of Medium Carmine #B23731

Tints of Medium Carmine #B23731

RGB

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

 GREEN value IS 55 (21.88% from 255) = 19.5%

 BLUE value IS 49 (19.53% from 255) = 17.38%

R = 63.12%
G = 19.5%
B = 17.38%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.72

 K value IS 0.30

RGB Variations

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

Color information

#B23731 (or 0xB23731) is known color: Medium Carmine. HEX triplet: B2, 37 and 31. RGB value is (178,55,49). Sum of RGB (Red+Green+Blue) = 178+55+49=282 (37% of max value = 765). Red value is 178 (69.92% from 255 or 63.12% from 282); Green value is 55 (21.88% from 255 or 19.50% from 282); Blue value is 49 (19.53% from 255 or 17.38% from 282); Max value from RGB is 178 - color contains mainly: red. Hex color #B23731 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B23731 is #4DC8CE. Grayscale: #5B5B5B. Windows color (decimal): -5097679 or 3225522. OLE color: 3225522.

HSL color Cylindrical-coordinate representation of color #B23731: hue angle of 2.79º degrees, saturation: 0.57, 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 #B23731 is Cyan = 0, Magento = 0.69, Yellow = 0.72 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 55 49 -
CMYK 0 0.69 0.72 0.30
HSL 2.79º 0.57% 0.45% -
HSV(B) 2.79º 0.72% 0.7% -
XYZ 20.28 12.42 4.23 -
YUV 91.09 104.25 189.99 -
System Red Green Blue C M Y K H S L
Decimal 178 55 49 0 0.69 0.72 0.30 2.79 0.57 0.45
Hex B2 37 31 0 45 48 1E 3 39 2D
Octal 262 67 61 0 105 110 36 3 71 55
Binary 10110010 110111 110001 0 1000101 1001000 11110 11 111001 101101

Color Harmonies of #B23731

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23731

Black with #B23731

Text Example


Text Example

White with #B23731

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23731; }

 p { color: rgb(178,55,49); }

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

background-color css

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

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

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

border-color css

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

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

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