Html Css Color HEX #B24630 Medium Carmine

📋 copy color: '#B24630'

red 178 ◦ green 70 ◦ blue 48

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

Shades of Medium Carmine #B24630

Tints of Medium Carmine #B24630

RGB

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

 GREEN value IS 70 (27.73% from 255) = 23.65%

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

R = 60.14%
G = 23.65%
B = 16.22%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.73

 K value IS 0.30

RGB Variations

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

Color information

#B24630 (or 0xB24630) is known color: Medium Carmine. HEX triplet: B2, 46 and 30. RGB value is (178,70,48). Sum of RGB (Red+Green+Blue) = 178+70+48=296 (39% of max value = 765). Red value is 178 (69.92% from 255 or 60.14% from 296); Green value is 70 (27.73% from 255 or 23.65% from 296); Blue value is 48 (19.14% from 255 or 16.22% from 296); Max value from RGB is 178 - color contains mainly: red. Hex color #B24630 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B24630 is #4DB9CF. Grayscale: #636363. Windows color (decimal): -5093840 or 3163826. OLE color: 3163826.

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

Color convert

RGB 178 70 48 -
CMYK 0 0.61 0.73 0.30
HSL 10.15º 0.58% 0.44% -
HSV(B) 10.15º 0.73% 0.7% -
XYZ 21.08 14.06 4.4 -
YUV 99.78 98.78 183.79 -
System Red Green Blue C M Y K H S L
Decimal 178 70 48 0 0.61 0.73 0.30 10.15 0.58 0.44
Hex B2 46 30 0 3D 49 1E A 3A 2C
Octal 262 106 60 0 75 111 36 12 72 54
Binary 10110010 1000110 110000 0 111101 1001001 11110 1010 111010 101100

Color Harmonies of #B24630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B24630

Black with #B24630

Text Example


Text Example

White with #B24630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B24630; }

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

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

background-color css

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

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

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

border-color css

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

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

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