Html Css Color HEX #B34341 Medium Carmine

📋 copy color: '#B34341'

red 179 ◦ green 67 ◦ blue 65

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

Shades of Medium Carmine #B34341

Tints of Medium Carmine #B34341

RGB

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

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

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

R = 57.56%
G = 21.54%
B = 20.9%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.64

 K value IS 0.30

RGB Variations

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

Color information

#B34341 (or 0xB34341) is known color: Medium Carmine. HEX triplet: B3, 43 and 41. RGB value is (179,67,65). Sum of RGB (Red+Green+Blue) = 179+67+65=311 (41% of max value = 765). Red value is 179 (70.31% from 255 or 57.56% from 311); Green value is 67 (26.56% from 255 or 21.54% from 311); Blue value is 65 (25.78% from 255 or 20.90% from 311); Max value from RGB is 179 - color contains mainly: red. Hex color #B34341 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B34341 is #4CBCBE. Grayscale: #646464. Windows color (decimal): -5029055 or 4277171. OLE color: 4277171.

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

Color convert

RGB 179 67 65 -
CMYK 0 0.63 0.64 0.30
HSL 1.05º 0.47% 0.48% -
HSV(B) 1.05º 0.64% 0.7% -
XYZ 21.55 13.98 6.56 -
YUV 100.26 108.11 184.16 -
System Red Green Blue C M Y K H S L
Decimal 179 67 65 0 0.63 0.64 0.30 1.05 0.47 0.48
Hex B3 43 41 0 3F 40 1E 1 2F 30
Octal 263 103 101 0 77 100 36 1 57 60
Binary 10110011 1000011 1000001 0 111111 1000000 11110 1 101111 110000

Color Harmonies of #B34341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34341

Black with #B34341

Text Example


Text Example

White with #B34341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34341; }

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

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

background-color css

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

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

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

border-color css

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

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

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