Html Css Color HEX #B44433 Medium Carmine

📋 copy color: '#B44433'

red 180 ◦ green 68 ◦ blue 51

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

Shades of Medium Carmine #B44433

Tints of Medium Carmine #B44433

RGB

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

 GREEN value IS 68 (26.95% from 255) = 22.74%

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

R = 60.2%
G = 22.74%
B = 17.06%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.72

 K value IS 0.29

RGB Variations

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

Color information

#B44433 (or 0xB44433) is known color: Medium Carmine. HEX triplet: B4, 44 and 33. RGB value is (180,68,51). Sum of RGB (Red+Green+Blue) = 180+68+51=299 (39% of max value = 765). Red value is 180 (70.70% from 255 or 60.20% from 299); Green value is 68 (26.95% from 255 or 22.74% from 299); Blue value is 51 (20.31% from 255 or 17.06% from 299); Max value from RGB is 180 - color contains mainly: red. Hex color #B44433 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B44433 is #4BBBCC. Grayscale: #636363. Windows color (decimal): -4963277 or 3359924. OLE color: 3359924.

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

Color convert

RGB 180 68 51 -
CMYK 0 0.62 0.72 0.29
HSL 7.91º 0.56% 0.45% -
HSV(B) 7.91º 0.72% 0.71% -
XYZ 21.49 14.08 4.72 -
YUV 99.55 100.61 185.38 -
System Red Green Blue C M Y K H S L
Decimal 180 68 51 0 0.62 0.72 0.29 7.91 0.56 0.45
Hex B4 44 33 0 3E 48 1D 8 38 2D
Octal 264 104 63 0 76 110 35 10 70 55
Binary 10110100 1000100 110011 0 111110 1001000 11101 1000 111000 101101

Color Harmonies of #B44433

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B44433

Black with #B44433

Text Example


Text Example

White with #B44433

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B44433; }

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

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

background-color css

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

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

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

border-color css

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

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

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