Html Css Color HEX #B23524 Medium Carmine

📋 copy color: '#B23524'

red 178 ◦ green 53 ◦ blue 36

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

Shades of Medium Carmine #B23524

Tints of Medium Carmine #B23524

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 13.48%

R = 66.67%
G = 19.85%
B = 13.48%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.80

 K value IS 0.30

RGB Variations

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

Color information

#B23524 (or 0xB23524) is known color: Medium Carmine. HEX triplet: B2, 35 and 24. RGB value is (178,53,36). Sum of RGB (Red+Green+Blue) = 178+53+36=267 (35% of max value = 765). Red value is 178 (69.92% from 255 or 66.67% from 267); Green value is 53 (21.09% from 255 or 19.85% from 267); Blue value is 36 (14.45% from 255 or 13.48% from 267); Max value from RGB is 178 - color contains mainly: red. Hex color #B23524 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B23524 is #4DCADB. Grayscale: #585858. Windows color (decimal): -5098204 or 2373042. OLE color: 2373042.

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

Color convert

RGB 178 53 36 -
CMYK 0 0.70 0.80 0.30
HSL 7.18º 0.66% 0.42% -
HSV(B) 7.18º 0.8% 0.7% -
XYZ 19.95 12.14 2.96 -
YUV 88.44 98.41 191.88 -
System Red Green Blue C M Y K H S L
Decimal 178 53 36 0 0.70 0.80 0.30 7.18 0.66 0.42
Hex B2 35 24 0 46 50 1E 7 42 2A
Octal 262 65 44 0 106 120 36 7 102 52
Binary 10110010 110101 100100 0 1000110 1010000 11110 111 1000010 101010

Color Harmonies of #B23524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23524

Black with #B23524

Text Example


Text Example

White with #B23524

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23524; }

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

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

background-color css

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

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

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

border-color css

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

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

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