Html Css Color HEX #B24330 Medium Carmine

📋 copy color: '#B24330'

red 178 ◦ green 67 ◦ blue 48

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

Shades of Medium Carmine #B24330

Tints of Medium Carmine #B24330

RGB

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

 GREEN value IS 67 (26.56% from 255) = 22.87%

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

R = 60.75%
G = 22.87%
B = 16.38%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.73

 K value IS 0.30

RGB Variations

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

Color information

#B24330 (or 0xB24330) is known color: Medium Carmine. HEX triplet: B2, 43 and 30. RGB value is (178,67,48). Sum of RGB (Red+Green+Blue) = 178+67+48=293 (38% of max value = 765). Red value is 178 (69.92% from 255 or 60.75% from 293); Green value is 67 (26.56% from 255 or 22.87% from 293); Blue value is 48 (19.14% from 255 or 16.38% from 293); Max value from RGB is 178 - color contains mainly: red. Hex color #B24330 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B24330 is #4DBCCF. Grayscale: #626262. Windows color (decimal): -5094608 or 3163058. OLE color: 3163058.

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

Color convert

RGB 178 67 48 -
CMYK 0 0.62 0.73 0.30
HSL 8.77º 0.58% 0.44% -
HSV(B) 8.77º 0.73% 0.7% -
XYZ 20.9 13.69 4.34 -
YUV 98.02 99.77 185.04 -
System Red Green Blue C M Y K H S L
Decimal 178 67 48 0 0.62 0.73 0.30 8.77 0.58 0.44
Hex B2 43 30 0 3E 49 1E 9 3A 2C
Octal 262 103 60 0 76 111 36 11 72 54
Binary 10110010 1000011 110000 0 111110 1001001 11110 1001 111010 101100

Color Harmonies of #B24330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B24330

Black with #B24330

Text Example


Text Example

White with #B24330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B24330; }

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

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

background-color css

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

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

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

border-color css

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

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

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