Html Css Color HEX #B13833 Medium Carmine

📋 copy color: '#B13833'

red 177 ◦ green 56 ◦ blue 51

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

Shades of Medium Carmine #B13833

Tints of Medium Carmine #B13833

RGB

 RED value IS 177 (69.53% from 255) = 62.32%

 GREEN value IS 56 (22.27% from 255) = 19.72%

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

R = 62.32%
G = 19.72%
B = 17.96%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.71

 K value IS 0.31

RGB Variations

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

Color information

#B13833 (or 0xB13833) is known color: Medium Carmine. HEX triplet: B1, 38 and 33. RGB value is (177,56,51). Sum of RGB (Red+Green+Blue) = 177+56+51=284 (37% of max value = 765). Red value is 177 (69.53% from 255 or 62.32% from 284); Green value is 56 (22.27% from 255 or 19.72% from 284); Blue value is 51 (20.31% from 255 or 17.96% from 284); Max value from RGB is 177 - color contains mainly: red. Hex color #B13833 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B13833 is #4EC7CC. Grayscale: #5B5B5B. Windows color (decimal): -5162957 or 3356849. OLE color: 3356849.

HSL color Cylindrical-coordinate representation of color #B13833: hue angle of 2.38º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B13833 is Cyan = 0, Magento = 0.68, Yellow = 0.71 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 56 51 -
CMYK 0 0.68 0.71 0.31
HSL 2.38º 0.55% 0.45% -
HSV(B) 2.38º 0.71% 0.69% -
XYZ 20.14 12.41 4.47 -
YUV 91.61 105.09 188.91 -
System Red Green Blue C M Y K H S L
Decimal 177 56 51 0 0.68 0.71 0.31 2.38 0.55 0.45
Hex B1 38 33 0 44 47 1F 2 37 2D
Octal 261 70 63 0 104 107 37 2 67 55
Binary 10110001 111000 110011 0 1000100 1000111 11111 10 110111 101101

Color Harmonies of #B13833

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13833

Black with #B13833

Text Example


Text Example

White with #B13833

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13833; }

 p { color: rgb(177,56,51); }

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

background-color css

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

 a { background-color: rgb(177,56,51); }

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

border-color css

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

 span { border-color: rgb(177,56,51); }

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