Html Css Color HEX #B13333 Medium Carmine

📋 copy color: '#B13333'

red 177 ◦ green 51 ◦ blue 51

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

Shades of Medium Carmine #B13333

Tints of Medium Carmine #B13333

RGB

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

 GREEN value IS 51 (20.31% from 255) = 18.28%

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

R = 63.44%
G = 18.28%
B = 18.28%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.71

 K value IS 0.31

RGB Variations

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

Color information

#B13333 (or 0xB13333) is known color: Medium Carmine. HEX triplet: B1, 33 and 33. RGB value is (177,51,51). Sum of RGB (Red+Green+Blue) = 177+51+51=279 (36% of max value = 765). Red value is 177 (69.53% from 255 or 63.44% from 279); Green value is 51 (20.31% from 255 or 18.28% from 279); Blue value is 51 (20.31% from 255 or 18.28% from 279); Max value from RGB is 177 - color contains mainly: red. Hex color #B13333 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B13333 is #4ECCCC. Grayscale: #585858. Windows color (decimal): -5164237 or 3355569. OLE color: 3355569.

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

Color convert

RGB 177 51 51 -
CMYK 0 0.71 0.71 0.31
HSL 0.55% 0.45% -
HSV(B) 0.71% 0.69% -
XYZ 19.91 11.95 4.39 -
YUV 88.67 106.74 191 -
System Red Green Blue C M Y K H S L
Decimal 177 51 51 0 0.71 0.71 0.31 0 0.55 0.45
Hex B1 33 33 0 47 47 1F 0 37 2D
Octal 261 63 63 0 107 107 37 0 67 55
Binary 10110001 110011 110011 0 1000111 1000111 11111 0 110111 101101

Color Harmonies of #B13333

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13333

Black with #B13333

Text Example


Text Example

White with #B13333

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13333; }

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

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

background-color css

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

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

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

border-color css

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

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

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