Html Css Color HEX #B23330 Medium Carmine

📋 copy color: '#B23330'

red 178 ◦ green 51 ◦ blue 48

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

Shades of Medium Carmine #B23330

Tints of Medium Carmine #B23330

RGB

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

 GREEN value IS 51 (20.31% from 255) = 18.41%

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

R = 64.26%
G = 18.41%
B = 17.33%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.73

 K value IS 0.30

RGB Variations

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

Color information

#B23330 (or 0xB23330) is known color: Medium Carmine. HEX triplet: B2, 33 and 30. RGB value is (178,51,48). Sum of RGB (Red+Green+Blue) = 178+51+48=277 (36% of max value = 765). Red value is 178 (69.92% from 255 or 64.26% from 277); Green value is 51 (20.31% from 255 or 18.41% from 277); Blue value is 48 (19.14% from 255 or 17.33% from 277); Max value from RGB is 178 - color contains mainly: red. Hex color #B23330 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B23330 is #4DCCCF. Grayscale: #585858. Windows color (decimal): -5098704 or 3158962. OLE color: 3158962.

HSL color Cylindrical-coordinate representation of color #B23330: hue angle of 1.38º 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 #B23330 is Cyan = 0, Magento = 0.71, Yellow = 0.73 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 51 48 -
CMYK 0 0.71 0.73 0.30
HSL 1.38º 0.58% 0.44% -
HSV(B) 1.38º 0.73% 0.7% -
XYZ 20.08 12.05 4.06 -
YUV 88.63 105.08 191.74 -
System Red Green Blue C M Y K H S L
Decimal 178 51 48 0 0.71 0.73 0.30 1.38 0.58 0.44
Hex B2 33 30 0 47 49 1E 1 3A 2C
Octal 262 63 60 0 107 111 36 1 72 54
Binary 10110010 110011 110000 0 1000111 1001001 11110 1 111010 101100

Color Harmonies of #B23330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23330

Black with #B23330

Text Example


Text Example

White with #B23330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23330; }

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

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

background-color css

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

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

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

border-color css

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

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

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