Html Css Color HEX #B23630 Medium Carmine

📋 copy color: '#B23630'

red 178 ◦ green 54 ◦ blue 48

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

Shades of Medium Carmine #B23630

Tints of Medium Carmine #B23630

RGB

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

 GREEN value IS 54 (21.48% from 255) = 19.29%

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

R = 63.57%
G = 19.29%
B = 17.14%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.73

 K value IS 0.30

RGB Variations

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

Color information

#B23630 (or 0xB23630) is known color: Medium Carmine. HEX triplet: B2, 36 and 30. RGB value is (178,54,48). Sum of RGB (Red+Green+Blue) = 178+54+48=280 (37% of max value = 765). Red value is 178 (69.92% from 255 or 63.57% from 280); Green value is 54 (21.48% from 255 or 19.29% from 280); Blue value is 48 (19.14% from 255 or 17.14% from 280); Max value from RGB is 178 - color contains mainly: red. Hex color #B23630 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B23630 is #4DC9CF. Grayscale: #5A5A5A. Windows color (decimal): -5097936 or 3159730. OLE color: 3159730.

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

Color convert

RGB 178 54 48 -
CMYK 0 0.70 0.73 0.30
HSL 2.77º 0.58% 0.44% -
HSV(B) 2.77º 0.73% 0.7% -
XYZ 20.21 12.32 4.11 -
YUV 90.39 104.08 190.49 -
System Red Green Blue C M Y K H S L
Decimal 178 54 48 0 0.70 0.73 0.30 2.77 0.58 0.44
Hex B2 36 30 0 46 49 1E 3 3A 2C
Octal 262 66 60 0 106 111 36 3 72 54
Binary 10110010 110110 110000 0 1000110 1001001 11110 11 111010 101100

Color Harmonies of #B23630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23630

Black with #B23630

Text Example


Text Example

White with #B23630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23630; }

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

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

background-color css

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

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

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

border-color css

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

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

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