Html Css Color HEX #B23831 Medium Carmine

📋 copy color: '#B23831'

red 178 ◦ green 56 ◦ blue 49

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

Shades of Medium Carmine #B23831

Tints of Medium Carmine #B23831

RGB

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

 GREEN value IS 56 (22.27% from 255) = 19.79%

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

R = 62.9%
G = 19.79%
B = 17.31%

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

#B23831 (or 0xB23831) is known color: Medium Carmine. HEX triplet: B2, 38 and 31. RGB value is (178,56,49). Sum of RGB (Red+Green+Blue) = 178+56+49=283 (37% of max value = 765). Red value is 178 (69.92% from 255 or 62.90% from 283); Green value is 56 (22.27% from 255 or 19.79% from 283); Blue value is 49 (19.53% from 255 or 17.31% from 283); Max value from RGB is 178 - color contains mainly: red. Hex color #B23831 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B23831 is #4DC7CE. Grayscale: #5B5B5B. Windows color (decimal): -5097423 or 3225778. OLE color: 3225778.

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

Color convert

RGB 178 56 49 -
CMYK 0 0.69 0.72 0.30
HSL 3.26º 0.57% 0.45% -
HSV(B) 3.26º 0.72% 0.7% -
XYZ 20.33 12.52 4.25 -
YUV 91.68 103.92 189.57 -
System Red Green Blue C M Y K H S L
Decimal 178 56 49 0 0.69 0.72 0.30 3.26 0.57 0.45
Hex B2 38 31 0 45 48 1E 3 39 2D
Octal 262 70 61 0 105 110 36 3 71 55
Binary 10110010 111000 110001 0 1000101 1001000 11110 11 111001 101101

Color Harmonies of #B23831

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23831

Black with #B23831

Text Example


Text Example

White with #B23831

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23831; }

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

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

background-color css

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

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

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

border-color css

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

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

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