Html Css Color HEX #B23C2D Medium Carmine

📋 copy color: '#B23C2D'

red 178 ◦ green 60 ◦ blue 45

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

Shades of Medium Carmine #B23C2D

Tints of Medium Carmine #B23C2D

RGB

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

 GREEN value IS 60 (23.83% from 255) = 21.2%

 BLUE value IS 45 (17.97% from 255) = 15.9%

R = 62.9%
G = 21.2%
B = 15.9%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.75

 K value IS 0.30

RGB Variations

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

Color information

#B23C2D (or 0xB23C2D) is known color: Medium Carmine. HEX triplet: B2, 3C and 2D. RGB value is (178,60,45). Sum of RGB (Red+Green+Blue) = 178+60+45=283 (37% of max value = 765). Red value is 178 (69.92% from 255 or 62.90% from 283); Green value is 60 (23.83% from 255 or 21.20% from 283); Blue value is 45 (17.97% from 255 or 15.90% from 283); Max value from RGB is 178 - color contains mainly: red. Hex color #B23C2D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B23C2D is #4DC3D2. Grayscale: #5D5D5D. Windows color (decimal): -5096403 or 2964658. OLE color: 2964658.

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

Color convert

RGB 178 60 45 -
CMYK 0 0.66 0.75 0.30
HSL 6.77º 0.6% 0.44% -
HSV(B) 6.77º 0.75% 0.7% -
XYZ 20.45 12.89 3.89 -
YUV 93.57 100.59 188.22 -
System Red Green Blue C M Y K H S L
Decimal 178 60 45 0 0.66 0.75 0.30 6.77 0.6 0.44
Hex B2 3C 2D 0 42 4B 1E 7 3C 2C
Octal 262 74 55 0 102 113 36 7 74 54
Binary 10110010 111100 101101 0 1000010 1001011 11110 111 111100 101100

Color Harmonies of #B23C2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23C2D

Black with #B23C2D

Text Example


Text Example

White with #B23C2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23C2D; }

 p { color: rgb(178,60,45); }

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

background-color css

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

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

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

border-color css

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

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

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