Html Css Color HEX #B13430 Medium Carmine

📋 copy color: '#B13430'

red 177 ◦ green 52 ◦ blue 48

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

Shades of Medium Carmine #B13430

Tints of Medium Carmine #B13430

RGB

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

 GREEN value IS 52 (20.7% from 255) = 18.77%

 BLUE value IS 48 (19.14% from 255) = 17.33%

R = 63.9%
G = 18.77%
B = 17.33%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.73

 K value IS 0.31

RGB Variations

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

Color information

#B13430 (or 0xB13430) is known color: Medium Carmine. HEX triplet: B1, 34 and 30. RGB value is (177,52,48). Sum of RGB (Red+Green+Blue) = 177+52+48=277 (36% of max value = 765). Red value is 177 (69.53% from 255 or 63.90% from 277); Green value is 52 (20.70% from 255 or 18.77% from 277); Blue value is 48 (19.14% from 255 or 17.33% from 277); Max value from RGB is 177 - color contains mainly: red. Hex color #B13430 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B13430 is #4ECBCF. Grayscale: #595959. Windows color (decimal): -5163984 or 3159217. OLE color: 3159217.

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

Color convert

RGB 177 52 48 -
CMYK 0 0.71 0.73 0.31
HSL 1.86º 0.57% 0.44% -
HSV(B) 1.86º 0.73% 0.69% -
XYZ 19.89 12.02 4.07 -
YUV 88.92 104.91 190.83 -
System Red Green Blue C M Y K H S L
Decimal 177 52 48 0 0.71 0.73 0.31 1.86 0.57 0.44
Hex B1 34 30 0 47 49 1F 2 39 2C
Octal 261 64 60 0 107 111 37 2 71 54
Binary 10110001 110100 110000 0 1000111 1001001 11111 10 111001 101100

Color Harmonies of #B13430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13430

Black with #B13430

Text Example


Text Example

White with #B13430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13430; }

 p { color: rgb(177,52,48); }

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

background-color css

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

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

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

border-color css

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

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

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