Html Css Color HEX #B23E3A Medium Carmine

📋 copy color: '#B23E3A'

red 178 ◦ green 62 ◦ blue 58

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

Shades of Medium Carmine #B23E3A

Tints of Medium Carmine #B23E3A

RGB

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

 GREEN value IS 62 (24.61% from 255) = 20.81%

 BLUE value IS 58 (23.05% from 255) = 19.46%

R = 59.73%
G = 20.81%
B = 19.46%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.67

 K value IS 0.30

RGB Variations

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

Color information

#B23E3A (or 0xB23E3A) is known color: Medium Carmine. HEX triplet: B2, 3E and 3A. RGB value is (178,62,58). Sum of RGB (Red+Green+Blue) = 178+62+58=298 (39% of max value = 765). Red value is 178 (69.92% from 255 or 59.73% from 298); Green value is 62 (24.61% from 255 or 20.81% from 298); Blue value is 58 (23.05% from 255 or 19.46% from 298); Max value from RGB is 178 - color contains mainly: red. Hex color #B23E3A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B23E3A is #4DC1C5. Grayscale: #606060. Windows color (decimal): -5095878 or 3817138. OLE color: 3817138.

HSL color Cylindrical-coordinate representation of color #B23E3A: hue angle of 2º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B23E3A is Cyan = 0, Magento = 0.65, Yellow = 0.67 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 62 58 -
CMYK 0 0.65 0.67 0.30
HSL 0.51% 0.46% -
HSV(B) 0.67% 0.7% -
XYZ 20.85 13.22 5.46 -
YUV 96.23 106.43 186.33 -
System Red Green Blue C M Y K H S L
Decimal 178 62 58 0 0.65 0.67 0.30 2 0.51 0.46
Hex B2 3E 3A 0 41 43 1E 2 33 2E
Octal 262 76 72 0 101 103 36 2 63 56
Binary 10110010 111110 111010 0 1000001 1000011 11110 10 110011 101110

Color Harmonies of #B23E3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23E3A

Black with #B23E3A

Text Example


Text Example

White with #B23E3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23E3A; }

 p { color: rgb(178,62,58); }

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

background-color css

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

 a { background-color: rgb(178,62,58); }

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

border-color css

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

 span { border-color: rgb(178,62,58); }

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