Html Css Color HEX #B44633 Medium Carmine

📋 copy color: '#B44633'

red 180 ◦ green 70 ◦ blue 51

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

Shades of Medium Carmine #B44633

Tints of Medium Carmine #B44633

RGB

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

 GREEN value IS 70 (27.73% from 255) = 23.26%

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

R = 59.8%
G = 23.26%
B = 16.94%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.72

 K value IS 0.29

RGB Variations

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

Color information

#B44633 (or 0xB44633) is known color: Medium Carmine. HEX triplet: B4, 46 and 33. RGB value is (180,70,51). Sum of RGB (Red+Green+Blue) = 180+70+51=301 (39% of max value = 765). Red value is 180 (70.70% from 255 or 59.80% from 301); Green value is 70 (27.73% from 255 or 23.26% from 301); Blue value is 51 (20.31% from 255 or 16.94% from 301); Max value from RGB is 180 - color contains mainly: red. Hex color #B44633 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B44633 is #4BB9CC. Grayscale: #646464. Windows color (decimal): -4962765 or 3360436. OLE color: 3360436.

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

Color convert

RGB 180 70 51 -
CMYK 0 0.61 0.72 0.29
HSL 8.84º 0.56% 0.45% -
HSV(B) 8.84º 0.72% 0.71% -
XYZ 21.61 14.32 4.76 -
YUV 100.72 99.94 184.54 -
System Red Green Blue C M Y K H S L
Decimal 180 70 51 0 0.61 0.72 0.29 8.84 0.56 0.45
Hex B4 46 33 0 3D 48 1D 9 38 2D
Octal 264 106 63 0 75 110 35 11 70 55
Binary 10110100 1000110 110011 0 111101 1001000 11101 1001 111000 101101

Color Harmonies of #B44633

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B44633

Black with #B44633

Text Example


Text Example

White with #B44633

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B44633; }

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

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

background-color css

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

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

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

border-color css

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

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

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