Html Css Color HEX #B23432 Medium Carmine

📋 copy color: '#B23432'

red 178 ◦ green 52 ◦ blue 50

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

Shades of Medium Carmine #B23432

Tints of Medium Carmine #B23432

RGB

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

 GREEN value IS 52 (20.7% from 255) = 18.57%

 BLUE value IS 50 (19.92% from 255) = 17.86%

R = 63.57%
G = 18.57%
B = 17.86%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.72

 K value IS 0.30

RGB Variations

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

Color information

#B23432 (or 0xB23432) is known color: Medium Carmine. HEX triplet: B2, 34 and 32. RGB value is (178,52,50). Sum of RGB (Red+Green+Blue) = 178+52+50=280 (37% of max value = 765). Red value is 178 (69.92% from 255 or 63.57% from 280); Green value is 52 (20.70% from 255 or 18.57% from 280); Blue value is 50 (19.92% from 255 or 17.86% from 280); Max value from RGB is 178 - color contains mainly: red. Hex color #B23432 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B23432 is #4DCBCD. Grayscale: #595959. Windows color (decimal): -5098446 or 3290290. OLE color: 3290290.

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

Color convert

RGB 178 52 50 -
CMYK 0 0.71 0.72 0.30
HSL 0.94º 0.56% 0.45% -
HSV(B) 0.94º 0.72% 0.7% -
XYZ 20.16 12.15 4.3 -
YUV 89.45 105.74 191.16 -
System Red Green Blue C M Y K H S L
Decimal 178 52 50 0 0.71 0.72 0.30 0.94 0.56 0.45
Hex B2 34 32 0 47 48 1E 1 38 2D
Octal 262 64 62 0 107 110 36 1 70 55
Binary 10110010 110100 110010 0 1000111 1001000 11110 1 111000 101101

Color Harmonies of #B23432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23432

Black with #B23432

Text Example


Text Example

White with #B23432

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23432; }

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

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

background-color css

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

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

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

border-color css

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

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

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