Html Css Color HEX #B43631 Medium Carmine

📋 copy color: '#B43631'

red 180 ◦ green 54 ◦ blue 49

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

Shades of Medium Carmine #B43631

Tints of Medium Carmine #B43631

RGB

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

 GREEN value IS 54 (21.48% from 255) = 19.08%

 BLUE value IS 49 (19.53% from 255) = 17.31%

R = 63.6%
G = 19.08%
B = 17.31%

CMYK

 C value IS 0

 M value IS 0.7

 Y value IS 0.73

 K value IS 0.29

RGB Variations

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

Color information

#B43631 (or 0xB43631) is known color: Medium Carmine. HEX triplet: B4, 36 and 31. RGB value is (180,54,49). Sum of RGB (Red+Green+Blue) = 180+54+49=283 (37% of max value = 765). Red value is 180 (70.70% from 255 or 63.60% from 283); Green value is 54 (21.48% from 255 or 19.08% from 283); Blue value is 49 (19.53% from 255 or 17.31% from 283); Max value from RGB is 180 - color contains mainly: red. Hex color #B43631 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B43631 is #4BC9CE. Grayscale: #5B5B5B. Windows color (decimal): -4966863 or 3225268. OLE color: 3225268.

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

Color convert

RGB 180 54 49 -
CMYK 0 0.7 0.73 0.29
HSL 2.29º 0.57% 0.45% -
HSV(B) 2.29º 0.73% 0.71% -
XYZ 20.7 12.56 4.24 -
YUV 91.1 104.24 191.41 -
System Red Green Blue C M Y K H S L
Decimal 180 54 49 0 0.7 0.73 0.29 2.29 0.57 0.45
Hex B4 36 31 0 46 49 1D 2 39 2D
Octal 264 66 61 0 106 111 35 2 71 55
Binary 10110100 110110 110001 0 1000110 1001001 11101 10 111001 101101

Color Harmonies of #B43631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B43631

Black with #B43631

Text Example


Text Example

White with #B43631

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B43631; }

 p { color: rgb(180,54,49); }

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

background-color css

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

 a { background-color: rgb(180,54,49); }

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

border-color css

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

 span { border-color: rgb(180,54,49); }

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