Html Css Color HEX #B34231 Medium Carmine

📋 copy color: '#B34231'

red 179 ◦ green 66 ◦ blue 49

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

Shades of Medium Carmine #B34231

Tints of Medium Carmine #B34231

RGB

 RED value IS 179 (70.31% from 255) = 60.88%

 GREEN value IS 66 (26.17% from 255) = 22.45%

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

R = 60.88%
G = 22.45%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.73

 K value IS 0.30

RGB Variations

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

Color information

#B34231 (or 0xB34231) is known color: Medium Carmine. HEX triplet: B3, 42 and 31. RGB value is (179,66,49). Sum of RGB (Red+Green+Blue) = 179+66+49=294 (38% of max value = 765). Red value is 179 (70.31% from 255 or 60.88% from 294); Green value is 66 (26.17% from 255 or 22.45% from 294); Blue value is 49 (19.53% from 255 or 16.67% from 294); Max value from RGB is 179 - color contains mainly: red. Hex color #B34231 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B34231 is #4CBDCE. Grayscale: #626262. Windows color (decimal): -5029327 or 3228339. OLE color: 3228339.

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

Color convert

RGB 179 66 49 -
CMYK 0 0.63 0.73 0.30
HSL 7.85º 0.57% 0.45% -
HSV(B) 7.85º 0.73% 0.7% -
XYZ 21.09 13.7 4.44 -
YUV 97.85 100.44 185.88 -
System Red Green Blue C M Y K H S L
Decimal 179 66 49 0 0.63 0.73 0.30 7.85 0.57 0.45
Hex B3 42 31 0 3F 49 1E 8 39 2D
Octal 263 102 61 0 77 111 36 10 71 55
Binary 10110011 1000010 110001 0 111111 1001001 11110 1000 111001 101101

Color Harmonies of #B34231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34231

Black with #B34231

Text Example


Text Example

White with #B34231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34231; }

 p { color: rgb(179,66,49); }

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

background-color css

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

 a { background-color: rgb(179,66,49); }

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

border-color css

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

 span { border-color: rgb(179,66,49); }

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