Html Css Color HEX #B13B3B Medium Carmine

📋 copy color: '#B13B3B'

red 177 ◦ green 59 ◦ blue 59

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

Shades of Medium Carmine #B13B3B

Tints of Medium Carmine #B13B3B

RGB

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

 GREEN value IS 59 (23.44% from 255) = 20%

 BLUE value IS 59 (23.44% from 255) = 20%

R = 60%
G = 20%
B = 20%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.67

 K value IS 0.31

RGB Variations

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

Color information

#B13B3B (or 0xB13B3B) is known color: Medium Carmine. HEX triplet: B1, 3B and 3B. RGB value is (177,59,59). Sum of RGB (Red+Green+Blue) = 177+59+59=295 (39% of max value = 765). Red value is 177 (69.53% from 255 or 60% from 295); Green value is 59 (23.44% from 255 or 20% from 295); Blue value is 59 (23.44% from 255 or 20% from 295); Max value from RGB is 177 - color contains mainly: red. Hex color #B13B3B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B13B3B is #4EC4C4. Grayscale: #5E5E5E. Windows color (decimal): -5162181 or 3881905. OLE color: 3881905.

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

Color convert

RGB 177 59 59 -
CMYK 0 0.67 0.67 0.31
HSL 0.5% 0.46% -
HSV(B) 0.67% 0.69% -
XYZ 20.48 12.79 5.53 -
YUV 94.28 108.09 187 -
System Red Green Blue C M Y K H S L
Decimal 177 59 59 0 0.67 0.67 0.31 0 0.5 0.46
Hex B1 3B 3B 0 43 43 1F 0 32 2E
Octal 261 73 73 0 103 103 37 0 62 56
Binary 10110001 111011 111011 0 1000011 1000011 11111 0 110010 101110

Color Harmonies of #B13B3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13B3B

Black with #B13B3B

Text Example


Text Example

White with #B13B3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13B3B; }

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

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

background-color css

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

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

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

border-color css

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

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

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