Html Css Color HEX #B24341 Medium Carmine

📋 copy color: '#B24341'

red 178 ◦ green 67 ◦ blue 65

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

Shades of Medium Carmine #B24341

Tints of Medium Carmine #B24341

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 20.97%

R = 57.42%
G = 21.61%
B = 20.97%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.63

 K value IS 0.30

RGB Variations

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

Color information

#B24341 (or 0xB24341) is known color: Medium Carmine. HEX triplet: B2, 43 and 41. RGB value is (178,67,65). Sum of RGB (Red+Green+Blue) = 178+67+65=310 (41% of max value = 765). Red value is 178 (69.92% from 255 or 57.42% from 310); Green value is 67 (26.56% from 255 or 21.61% from 310); Blue value is 65 (25.78% from 255 or 20.97% from 310); Max value from RGB is 178 - color contains mainly: red. Hex color #B24341 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B24341 is #4DBCBE. Grayscale: #646464. Windows color (decimal): -5094591 or 4277170. OLE color: 4277170.

HSL color Cylindrical-coordinate representation of color #B24341: hue angle of 1.06º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B24341 is Cyan = 0, Magento = 0.62, Yellow = 0.63 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 67 65 -
CMYK 0 0.62 0.63 0.30
HSL 1.06º 0.47% 0.48% -
HSV(B) 1.06º 0.63% 0.7% -
XYZ 21.32 13.86 6.55 -
YUV 99.96 108.27 183.66 -
System Red Green Blue C M Y K H S L
Decimal 178 67 65 0 0.62 0.63 0.30 1.06 0.47 0.48
Hex B2 43 41 0 3E 3F 1E 1 2F 30
Octal 262 103 101 0 76 77 36 1 57 60
Binary 10110010 1000011 1000001 0 111110 111111 11110 1 101111 110000

Color Harmonies of #B24341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B24341

Black with #B24341

Text Example


Text Example

White with #B24341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B24341; }

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

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

background-color css

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

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

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

border-color css

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

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

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