Html Css Color HEX #B23728 Medium Carmine

📋 copy color: '#B23728'

red 178 ◦ green 55 ◦ blue 40

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

Shades of Medium Carmine #B23728

Tints of Medium Carmine #B23728

RGB

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

 GREEN value IS 55 (21.88% from 255) = 20.15%

 BLUE value IS 40 (16.02% from 255) = 14.65%

R = 65.2%
G = 20.15%
B = 14.65%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.78

 K value IS 0.30

RGB Variations

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

Color information

#B23728 (or 0xB23728) is known color: Medium Carmine. HEX triplet: B2, 37 and 28. RGB value is (178,55,40). Sum of RGB (Red+Green+Blue) = 178+55+40=273 (36% of max value = 765). Red value is 178 (69.92% from 255 or 65.20% from 273); Green value is 55 (21.88% from 255 or 20.15% from 273); Blue value is 40 (16.02% from 255 or 14.65% from 273); Max value from RGB is 178 - color contains mainly: red. Hex color #B23728 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B23728 is #4DC8D7. Grayscale: #5A5A5A. Windows color (decimal): -5097688 or 2635698. OLE color: 2635698.

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

Color convert

RGB 178 55 40 -
CMYK 0 0.69 0.78 0.30
HSL 6.52º 0.63% 0.43% -
HSV(B) 6.52º 0.78% 0.7% -
XYZ 20.11 12.35 3.33 -
YUV 90.07 99.75 190.72 -
System Red Green Blue C M Y K H S L
Decimal 178 55 40 0 0.69 0.78 0.30 6.52 0.63 0.43
Hex B2 37 28 0 45 4E 1E 7 3F 2B
Octal 262 67 50 0 105 116 36 7 77 53
Binary 10110010 110111 101000 0 1000101 1001110 11110 111 111111 101011

Color Harmonies of #B23728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23728

Black with #B23728

Text Example


Text Example

White with #B23728

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23728; }

 p { color: rgb(178,55,40); }

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

background-color css

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

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

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

border-color css

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

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

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