Html Css Color HEX #B13A3A Medium Carmine

📋 copy color: '#B13A3A'

red 177 ◦ green 58 ◦ blue 58

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

Shades of Medium Carmine #B13A3A

Tints of Medium Carmine #B13A3A

RGB

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

 GREEN value IS 58 (23.05% from 255) = 19.8%

 BLUE value IS 58 (23.05% from 255) = 19.8%

R = 60.41%
G = 19.8%
B = 19.8%

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

#B13A3A (or 0xB13A3A) is known color: Medium Carmine. HEX triplet: B1, 3A and 3A. RGB value is (177,58,58). Sum of RGB (Red+Green+Blue) = 177+58+58=293 (38% of max value = 765). Red value is 177 (69.53% from 255 or 60.41% from 293); Green value is 58 (23.05% from 255 or 19.80% from 293); Blue value is 58 (23.05% from 255 or 19.80% from 293); Max value from RGB is 177 - color contains mainly: red. Hex color #B13A3A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B13A3A is #4EC5C5. Grayscale: #5D5D5D. Windows color (decimal): -5162438 or 3816113. OLE color: 3816113.

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

Color convert

RGB 177 58 58 -
CMYK 0 0.67 0.67 0.31
HSL 0.51% 0.46% -
HSV(B) 0.67% 0.69% -
XYZ 20.41 12.68 5.37 -
YUV 93.58 107.92 187.5 -
System Red Green Blue C M Y K H S L
Decimal 177 58 58 0 0.67 0.67 0.31 0 0.51 0.46
Hex B1 3A 3A 0 43 43 1F 0 33 2E
Octal 261 72 72 0 103 103 37 0 63 56
Binary 10110001 111010 111010 0 1000011 1000011 11111 0 110011 101110

Color Harmonies of #B13A3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13A3A

Black with #B13A3A

Text Example


Text Example

White with #B13A3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13A3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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