Html Css Color HEX #B34533 Medium Carmine

📋 copy color: '#B34533'

red 179 ◦ green 69 ◦ blue 51

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

Shades of Medium Carmine #B34533

Tints of Medium Carmine #B34533

RGB

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

 GREEN value IS 69 (27.34% from 255) = 23.08%

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

R = 59.87%
G = 23.08%
B = 17.06%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.72

 K value IS 0.30

RGB Variations

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

Color information

#B34533 (or 0xB34533) is known color: Medium Carmine. HEX triplet: B3, 45 and 33. RGB value is (179,69,51). Sum of RGB (Red+Green+Blue) = 179+69+51=299 (39% of max value = 765). Red value is 179 (70.31% from 255 or 59.87% from 299); Green value is 69 (27.34% from 255 or 23.08% from 299); Blue value is 51 (20.31% from 255 or 17.06% from 299); Max value from RGB is 179 - color contains mainly: red. Hex color #B34533 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B34533 is #4CBACC. Grayscale: #646464. Windows color (decimal): -5028557 or 3360179. OLE color: 3360179.

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

Color convert

RGB 179 69 51 -
CMYK 0 0.61 0.72 0.30
HSL 8.44º 0.56% 0.45% -
HSV(B) 8.44º 0.72% 0.7% -
XYZ 21.32 14.08 4.73 -
YUV 99.84 100.44 184.46 -
System Red Green Blue C M Y K H S L
Decimal 179 69 51 0 0.61 0.72 0.30 8.44 0.56 0.45
Hex B3 45 33 0 3D 48 1E 8 38 2D
Octal 263 105 63 0 75 110 36 10 70 55
Binary 10110011 1000101 110011 0 111101 1001000 11110 1000 111000 101101

Color Harmonies of #B34533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34533

Black with #B34533

Text Example


Text Example

White with #B34533

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34533; }

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

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

background-color css

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

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

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

border-color css

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

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

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