Html Css Color HEX #B34432 Medium Carmine

📋 copy color: '#B34432'

red 179 ◦ green 68 ◦ blue 50

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

Shades of Medium Carmine #B34432

Tints of Medium Carmine #B34432

RGB

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

 GREEN value IS 68 (26.95% from 255) = 22.9%

 BLUE value IS 50 (19.92% from 255) = 16.84%

R = 60.27%
G = 22.9%
B = 16.84%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.72

 K value IS 0.30

RGB Variations

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

Color information

#B34432 (or 0xB34432) is known color: Medium Carmine. HEX triplet: B3, 44 and 32. RGB value is (179,68,50). Sum of RGB (Red+Green+Blue) = 179+68+50=297 (39% of max value = 765). Red value is 179 (70.31% from 255 or 60.27% from 297); Green value is 68 (26.95% from 255 or 22.90% from 297); Blue value is 50 (19.92% from 255 or 16.84% from 297); Max value from RGB is 179 - color contains mainly: red. Hex color #B34432 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B34432 is #4CBBCD. Grayscale: #636363. Windows color (decimal): -5028814 or 3294387. OLE color: 3294387.

HSL color Cylindrical-coordinate representation of color #B34432: hue angle of 8.37º degrees, saturation: 0.56, 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 #B34432 is Cyan = 0, Magento = 0.62, Yellow = 0.72 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 68 50 -
CMYK 0 0.62 0.72 0.30
HSL 8.37º 0.56% 0.45% -
HSV(B) 8.37º 0.72% 0.7% -
XYZ 21.23 13.95 4.59 -
YUV 99.14 100.27 184.96 -
System Red Green Blue C M Y K H S L
Decimal 179 68 50 0 0.62 0.72 0.30 8.37 0.56 0.45
Hex B3 44 32 0 3E 48 1E 8 38 2D
Octal 263 104 62 0 76 110 36 10 70 55
Binary 10110011 1000100 110010 0 111110 1001000 11110 1000 111000 101101

Color Harmonies of #B34432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34432

Black with #B34432

Text Example


Text Example

White with #B34432

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34432; }

 p { color: rgb(179,68,50); }

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

background-color css

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

 a { background-color: rgb(179,68,50); }

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

border-color css

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

 span { border-color: rgb(179,68,50); }

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