Html Css Color HEX #B13D30 Medium Carmine

📋 copy color: '#B13D30'

red 177 ◦ green 61 ◦ blue 48

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

Shades of Medium Carmine #B13D30

Tints of Medium Carmine #B13D30

RGB

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

 GREEN value IS 61 (24.22% from 255) = 21.33%

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

R = 61.89%
G = 21.33%
B = 16.78%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.73

 K value IS 0.31

RGB Variations

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

Color information

#B13D30 (or 0xB13D30) is known color: Medium Carmine. HEX triplet: B1, 3D and 30. RGB value is (177,61,48). Sum of RGB (Red+Green+Blue) = 177+61+48=286 (37% of max value = 765). Red value is 177 (69.53% from 255 or 61.89% from 286); Green value is 61 (24.22% from 255 or 21.33% from 286); Blue value is 48 (19.14% from 255 or 16.78% from 286); Max value from RGB is 177 - color contains mainly: red. Hex color #B13D30 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B13D30 is #4EC2CF. Grayscale: #5E5E5E. Windows color (decimal): -5161680 or 3161521. OLE color: 3161521.

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

Color convert

RGB 177 61 48 -
CMYK 0 0.66 0.73 0.31
HSL 6.05º 0.57% 0.44% -
HSV(B) 6.05º 0.73% 0.69% -
XYZ 20.33 12.9 4.21 -
YUV 94.2 101.93 187.06 -
System Red Green Blue C M Y K H S L
Decimal 177 61 48 0 0.66 0.73 0.31 6.05 0.57 0.44
Hex B1 3D 30 0 42 49 1F 6 39 2C
Octal 261 75 60 0 102 111 37 6 71 54
Binary 10110001 111101 110000 0 1000010 1001001 11111 110 111001 101100

Color Harmonies of #B13D30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13D30

Black with #B13D30

Text Example


Text Example

White with #B13D30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13D30; }

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

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

background-color css

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

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

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

border-color css

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

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

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