Html Css Color HEX #B23C2E Medium Carmine

📋 copy color: '#B23C2E'

red 178 ◦ green 60 ◦ blue 46

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

Shades of Medium Carmine #B23C2E

Tints of Medium Carmine #B23C2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 16.2%

R = 62.68%
G = 21.13%
B = 16.2%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.74

 K value IS 0.30

RGB Variations

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

Color information

#B23C2E (or 0xB23C2E) is known color: Medium Carmine. HEX triplet: B2, 3C and 2E. RGB value is (178,60,46). Sum of RGB (Red+Green+Blue) = 178+60+46=284 (37% of max value = 765). Red value is 178 (69.92% from 255 or 62.68% from 284); Green value is 60 (23.83% from 255 or 21.13% from 284); Blue value is 46 (18.36% from 255 or 16.20% from 284); Max value from RGB is 178 - color contains mainly: red. Hex color #B23C2E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B23C2E is #4DC3D1. Grayscale: #5D5D5D. Windows color (decimal): -5096402 or 3030194. OLE color: 3030194.

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

Color convert

RGB 178 60 46 -
CMYK 0 0.66 0.74 0.30
HSL 6.36º 0.59% 0.44% -
HSV(B) 6.36º 0.74% 0.7% -
XYZ 20.47 12.89 3.99 -
YUV 93.69 101.09 188.14 -
System Red Green Blue C M Y K H S L
Decimal 178 60 46 0 0.66 0.74 0.30 6.36 0.59 0.44
Hex B2 3C 2E 0 42 4A 1E 6 3B 2C
Octal 262 74 56 0 102 112 36 6 73 54
Binary 10110010 111100 101110 0 1000010 1001010 11110 110 111011 101100

Color Harmonies of #B23C2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23C2E

Black with #B23C2E

Text Example


Text Example

White with #B23C2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23C2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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