Html Css Color HEX #B23533 Medium Carmine

📋 copy color: '#B23533'

red 178 ◦ green 53 ◦ blue 51

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

Shades of Medium Carmine #B23533

Tints of Medium Carmine #B23533

RGB

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

 GREEN value IS 53 (21.09% from 255) = 18.79%

 BLUE value IS 51 (20.31% from 255) = 18.09%

R = 63.12%
G = 18.79%
B = 18.09%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.71

 K value IS 0.30

RGB Variations

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

Color information

#B23533 (or 0xB23533) is known color: Medium Carmine. HEX triplet: B2, 35 and 33. RGB value is (178,53,51). Sum of RGB (Red+Green+Blue) = 178+53+51=282 (37% of max value = 765). Red value is 178 (69.92% from 255 or 63.12% from 282); Green value is 53 (21.09% from 255 or 18.79% from 282); Blue value is 51 (20.31% from 255 or 18.09% from 282); Max value from RGB is 178 - color contains mainly: red. Hex color #B23533 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B23533 is #4DCACC. Grayscale: #5A5A5A. Windows color (decimal): -5098189 or 3356082. OLE color: 3356082.

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

Color convert

RGB 178 53 51 -
CMYK 0 0.70 0.71 0.30
HSL 0.94º 0.55% 0.45% -
HSV(B) 0.94º 0.71% 0.7% -
XYZ 20.23 12.25 4.43 -
YUV 90.15 105.91 190.66 -
System Red Green Blue C M Y K H S L
Decimal 178 53 51 0 0.70 0.71 0.30 0.94 0.55 0.45
Hex B2 35 33 0 46 47 1E 1 37 2D
Octal 262 65 63 0 106 107 36 1 67 55
Binary 10110010 110101 110011 0 1000110 1000111 11110 1 110111 101101

Color Harmonies of #B23533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23533

Black with #B23533

Text Example


Text Example

White with #B23533

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23533; }

 p { color: rgb(178,53,51); }

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

background-color css

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

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

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

border-color css

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

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

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