Html Css Color HEX #B23636 Medium Carmine

📋 copy color: '#B23636'

red 178 ◦ green 54 ◦ blue 54

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

Shades of Medium Carmine #B23636

Tints of Medium Carmine #B23636

RGB

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

 GREEN value IS 54 (21.48% from 255) = 18.88%

 BLUE value IS 54 (21.48% from 255) = 18.88%

R = 62.24%
G = 18.88%
B = 18.88%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.70

 K value IS 0.30

RGB Variations

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

Color information

#B23636 (or 0xB23636) is known color: Medium Carmine. HEX triplet: B2, 36 and 36. RGB value is (178,54,54). Sum of RGB (Red+Green+Blue) = 178+54+54=286 (37% of max value = 765). Red value is 178 (69.92% from 255 or 62.24% from 286); Green value is 54 (21.48% from 255 or 18.88% from 286); Blue value is 54 (21.48% from 255 or 18.88% from 286); Max value from RGB is 178 - color contains mainly: red. Hex color #B23636 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B23636 is #4DC9C9. Grayscale: #5B5B5B. Windows color (decimal): -5097930 or 3552946. OLE color: 3552946.

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

Color convert

RGB 178 54 54 -
CMYK 0 0.70 0.70 0.30
HSL 0.53% 0.45% -
HSV(B) 0.7% 0.7% -
XYZ 20.35 12.37 4.81 -
YUV 91.08 107.08 190 -
System Red Green Blue C M Y K H S L
Decimal 178 54 54 0 0.70 0.70 0.30 0 0.53 0.45
Hex B2 36 36 0 46 46 1E 0 35 2D
Octal 262 66 66 0 106 106 36 0 65 55
Binary 10110010 110110 110110 0 1000110 1000110 11110 0 110101 101101

Color Harmonies of #B23636

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23636

Black with #B23636

Text Example


Text Example

White with #B23636

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23636; }

 p { color: rgb(178,54,54); }

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

background-color css

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

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

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

border-color css

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

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

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