Html Css Color HEX #B24031 Medium Carmine

📋 copy color: '#B24031'

red 178 ◦ green 64 ◦ blue 49

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

Shades of Medium Carmine #B24031

Tints of Medium Carmine #B24031

RGB

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

 GREEN value IS 64 (25.39% from 255) = 21.99%

 BLUE value IS 49 (19.53% from 255) = 16.84%

R = 61.17%
G = 21.99%
B = 16.84%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.72

 K value IS 0.30

RGB Variations

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

Color information

#B24031 (or 0xB24031) is known color: Medium Carmine. HEX triplet: B2, 40 and 31. RGB value is (178,64,49). Sum of RGB (Red+Green+Blue) = 178+64+49=291 (38% of max value = 765). Red value is 178 (69.92% from 255 or 61.17% from 291); Green value is 64 (25.39% from 255 or 21.99% from 291); Blue value is 49 (19.53% from 255 or 16.84% from 291); Max value from RGB is 178 - color contains mainly: red. Hex color #B24031 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B24031 is #4DBFCE. Grayscale: #606060. Windows color (decimal): -5095375 or 3227826. OLE color: 3227826.

HSL color Cylindrical-coordinate representation of color #B24031: hue angle of 6.98º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B24031 is Cyan = 0, Magento = 0.64, Yellow = 0.72 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 64 49 -
CMYK 0 0.64 0.72 0.30
HSL 6.98º 0.57% 0.45% -
HSV(B) 6.98º 0.72% 0.7% -
XYZ 20.75 13.35 4.39 -
YUV 96.38 101.27 186.22 -
System Red Green Blue C M Y K H S L
Decimal 178 64 49 0 0.64 0.72 0.30 6.98 0.57 0.45
Hex B2 40 31 0 40 48 1E 7 39 2D
Octal 262 100 61 0 100 110 36 7 71 55
Binary 10110010 1000000 110001 0 1000000 1001000 11110 111 111001 101101

Color Harmonies of #B24031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B24031

Black with #B24031

Text Example


Text Example

White with #B24031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B24031; }

 p { color: rgb(178,64,49); }

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

background-color css

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

 a { background-color: rgb(178,64,49); }

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

border-color css

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

 span { border-color: rgb(178,64,49); }

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