Html Css Color HEX #B34333 Medium Carmine

📋 copy color: '#B34333'

red 179 ◦ green 67 ◦ blue 51

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

Shades of Medium Carmine #B34333

Tints of Medium Carmine #B34333

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 17.17%

R = 60.27%
G = 22.56%
B = 17.17%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.72

 K value IS 0.30

RGB Variations

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

Color information

#B34333 (or 0xB34333) is known color: Medium Carmine. HEX triplet: B3, 43 and 33. RGB value is (179,67,51). Sum of RGB (Red+Green+Blue) = 179+67+51=297 (39% of max value = 765). Red value is 179 (70.31% from 255 or 60.27% from 297); Green value is 67 (26.56% from 255 or 22.56% from 297); Blue value is 51 (20.31% from 255 or 17.17% from 297); Max value from RGB is 179 - color contains mainly: red. Hex color #B34333 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B34333 is #4CBCCC. Grayscale: #626262. Windows color (decimal): -5029069 or 3359667. OLE color: 3359667.

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

Color convert

RGB 179 67 51 -
CMYK 0 0.63 0.72 0.30
HSL 7.5º 0.56% 0.45% -
HSV(B) 7.5º 0.72% 0.7% -
XYZ 21.2 13.84 4.69 -
YUV 98.66 101.11 185.3 -
System Red Green Blue C M Y K H S L
Decimal 179 67 51 0 0.63 0.72 0.30 7.5 0.56 0.45
Hex B3 43 33 0 3F 48 1E 8 38 2D
Octal 263 103 63 0 77 110 36 10 70 55
Binary 10110011 1000011 110011 0 111111 1001000 11110 1000 111000 101101

Color Harmonies of #B34333

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34333

Black with #B34333

Text Example


Text Example

White with #B34333

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34333; }

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

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

background-color css

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

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

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

border-color css

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

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

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