Html Css Color HEX #B23930 Medium Carmine

📋 copy color: '#B23930'

red 178 ◦ green 57 ◦ blue 48

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

Shades of Medium Carmine #B23930

Tints of Medium Carmine #B23930

RGB

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

 GREEN value IS 57 (22.66% from 255) = 20.14%

 BLUE value IS 48 (19.14% from 255) = 16.96%

R = 62.9%
G = 20.14%
B = 16.96%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.73

 K value IS 0.30

RGB Variations

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

Color information

#B23930 (or 0xB23930) is known color: Medium Carmine. HEX triplet: B2, 39 and 30. RGB value is (178,57,48). Sum of RGB (Red+Green+Blue) = 178+57+48=283 (37% of max value = 765). Red value is 178 (69.92% from 255 or 62.90% from 283); Green value is 57 (22.66% from 255 or 20.14% from 283); Blue value is 48 (19.14% from 255 or 16.96% from 283); Max value from RGB is 178 - color contains mainly: red. Hex color #B23930 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B23930 is #4DC6CF. Grayscale: #5C5C5C. Windows color (decimal): -5097168 or 3160498. OLE color: 3160498.

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

Color convert

RGB 178 57 48 -
CMYK 0 0.68 0.73 0.30
HSL 4.15º 0.58% 0.44% -
HSV(B) 4.15º 0.73% 0.7% -
XYZ 20.36 12.6 4.16 -
YUV 92.15 103.09 189.23 -
System Red Green Blue C M Y K H S L
Decimal 178 57 48 0 0.68 0.73 0.30 4.15 0.58 0.44
Hex B2 39 30 0 44 49 1E 4 3A 2C
Octal 262 71 60 0 104 111 36 4 72 54
Binary 10110010 111001 110000 0 1000100 1001001 11110 100 111010 101100

Color Harmonies of #B23930

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23930

Black with #B23930

Text Example


Text Example

White with #B23930

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23930; }

 p { color: rgb(178,57,48); }

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

background-color css

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

 a { background-color: rgb(178,57,48); }

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

border-color css

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

 span { border-color: rgb(178,57,48); }

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