Html Css Color HEX #B44333 Medium Carmine

📋 copy color: '#B44333'

red 180 ◦ green 67 ◦ blue 51

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

Shades of Medium Carmine #B44333

Tints of Medium Carmine #B44333

RGB

 RED value IS 180 (70.7% from 255) = 60.4%

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

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

R = 60.4%
G = 22.48%
B = 17.11%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.72

 K value IS 0.29

RGB Variations

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

Color information

#B44333 (or 0xB44333) is known color: Medium Carmine. HEX triplet: B4, 43 and 33. RGB value is (180,67,51). Sum of RGB (Red+Green+Blue) = 180+67+51=298 (39% of max value = 765). Red value is 180 (70.70% from 255 or 60.40% from 298); Green value is 67 (26.56% from 255 or 22.48% from 298); Blue value is 51 (20.31% from 255 or 17.11% from 298); Max value from RGB is 180 - color contains mainly: red. Hex color #B44333 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B44333 is #4BBCCC. Grayscale: #636363. Windows color (decimal): -4963533 or 3359668. OLE color: 3359668.

HSL color Cylindrical-coordinate representation of color #B44333: hue angle of 7.44º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B44333 is Cyan = 0, Magento = 0.63, Yellow = 0.72 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 67 51 -
CMYK 0 0.63 0.72 0.29
HSL 7.44º 0.56% 0.45% -
HSV(B) 7.44º 0.72% 0.71% -
XYZ 21.43 13.96 4.7 -
YUV 98.96 100.94 185.8 -
System Red Green Blue C M Y K H S L
Decimal 180 67 51 0 0.63 0.72 0.29 7.44 0.56 0.45
Hex B4 43 33 0 3F 48 1D 7 38 2D
Octal 264 103 63 0 77 110 35 7 70 55
Binary 10110100 1000011 110011 0 111111 1001000 11101 111 111000 101101

Color Harmonies of #B44333

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B44333

Black with #B44333

Text Example


Text Example

White with #B44333

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B44333; }

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

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

background-color css

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

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

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

border-color css

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

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

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