Html Css Color HEX #B23931 Medium Carmine

📋 copy color: '#B23931'

red 178 ◦ green 57 ◦ blue 49

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

Shades of Medium Carmine #B23931

Tints of Medium Carmine #B23931

RGB

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

 GREEN value IS 57 (22.66% from 255) = 20.07%

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

R = 62.68%
G = 20.07%
B = 17.25%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.72

 K value IS 0.30

RGB Variations

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

Color information

#B23931 (or 0xB23931) is known color: Medium Carmine. HEX triplet: B2, 39 and 31. RGB value is (178,57,49). Sum of RGB (Red+Green+Blue) = 178+57+49=284 (37% of max value = 765). Red value is 178 (69.92% from 255 or 62.68% from 284); Green value is 57 (22.66% from 255 or 20.07% from 284); Blue value is 49 (19.53% from 255 or 17.25% from 284); Max value from RGB is 178 - color contains mainly: red. Hex color #B23931 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B23931 is #4DC6CE. Grayscale: #5C5C5C. Windows color (decimal): -5097167 or 3226034. OLE color: 3226034.

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

Color convert

RGB 178 57 49 -
CMYK 0 0.68 0.72 0.30
HSL 3.72º 0.57% 0.45% -
HSV(B) 3.72º 0.72% 0.7% -
XYZ 20.38 12.61 4.27 -
YUV 92.27 103.59 189.15 -
System Red Green Blue C M Y K H S L
Decimal 178 57 49 0 0.68 0.72 0.30 3.72 0.57 0.45
Hex B2 39 31 0 44 48 1E 4 39 2D
Octal 262 71 61 0 104 110 36 4 71 55
Binary 10110010 111001 110001 0 1000100 1001000 11110 100 111001 101101

Color Harmonies of #B23931

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23931

Black with #B23931

Text Example


Text Example

White with #B23931

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23931; }

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

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

background-color css

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

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

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

border-color css

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

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

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