Html Css Color HEX #B23534 Medium Carmine

📋 copy color: '#B23534'

red 178 ◦ green 53 ◦ blue 52

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

Shades of Medium Carmine #B23534

Tints of Medium Carmine #B23534

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 18.37%

R = 62.9%
G = 18.73%
B = 18.37%

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

#B23534 (or 0xB23534) is known color: Medium Carmine. HEX triplet: B2, 35 and 34. RGB value is (178,53,52). Sum of RGB (Red+Green+Blue) = 178+53+52=283 (37% of max value = 765). Red value is 178 (69.92% from 255 or 62.90% from 283); Green value is 53 (21.09% from 255 or 18.73% from 283); Blue value is 52 (20.70% from 255 or 18.37% from 283); Max value from RGB is 178 - color contains mainly: red. Hex color #B23534 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B23534 is #4DCACB. Grayscale: #5A5A5A. Windows color (decimal): -5098188 or 3421618. OLE color: 3421618.

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

Color convert

RGB 178 53 52 -
CMYK 0 0.70 0.71 0.30
HSL 0.48º 0.55% 0.45% -
HSV(B) 0.48º 0.71% 0.7% -
XYZ 20.25 12.26 4.55 -
YUV 90.26 106.41 190.58 -
System Red Green Blue C M Y K H S L
Decimal 178 53 52 0 0.70 0.71 0.30 0.48 0.55 0.45
Hex B2 35 34 0 46 47 1E 0 37 2D
Octal 262 65 64 0 106 107 36 0 67 55
Binary 10110010 110101 110100 0 1000110 1000111 11110 0 110111 101101

Color Harmonies of #B23534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23534

Black with #B23534

Text Example


Text Example

White with #B23534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23534; }

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

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

background-color css

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

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

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

border-color css

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

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

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