Html Css Color HEX #B23C21 Medium Carmine

📋 copy color: '#B23C21'

red 178 ◦ green 60 ◦ blue 33

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

Shades of Medium Carmine #B23C21

Tints of Medium Carmine #B23C21

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 12.18%

R = 65.68%
G = 22.14%
B = 12.18%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.81

 K value IS 0.30

RGB Variations

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

Color information

#B23C21 (or 0xB23C21) is known color: Medium Carmine. HEX triplet: B2, 3C and 21. RGB value is (178,60,33). Sum of RGB (Red+Green+Blue) = 178+60+33=271 (35% of max value = 765). Red value is 178 (69.92% from 255 or 65.68% from 271); Green value is 60 (23.83% from 255 or 22.14% from 271); Blue value is 33 (13.28% from 255 or 12.18% from 271); Max value from RGB is 178 - color contains mainly: red. Hex color #B23C21 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B23C21 is #4DC3DE. Grayscale: #5C5C5C. Windows color (decimal): -5096415 or 2178226. OLE color: 2178226.

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

Color convert

RGB 178 60 33 -
CMYK 0 0.66 0.81 0.30
HSL 11.17º 0.69% 0.41% -
HSV(B) 11.17º 0.81% 0.7% -
XYZ 20.25 12.81 2.84 -
YUV 92.2 94.59 189.2 -
System Red Green Blue C M Y K H S L
Decimal 178 60 33 0 0.66 0.81 0.30 11.17 0.69 0.41
Hex B2 3C 21 0 42 51 1E B 45 29
Octal 262 74 41 0 102 121 36 13 105 51
Binary 10110010 111100 100001 0 1000010 1010001 11110 1011 1000101 101001

Color Harmonies of #B23C21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23C21

Black with #B23C21

Text Example


Text Example

White with #B23C21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23C21; }

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

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

background-color css

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

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

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

border-color css

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

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

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