Html Css Color HEX #B13B27 Medium Carmine

📋 copy color: '#B13B27'

red 177 ◦ green 59 ◦ blue 39

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

Shades of Medium Carmine #B13B27

Tints of Medium Carmine #B13B27

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 14.18%

R = 64.36%
G = 21.45%
B = 14.18%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.78

 K value IS 0.31

RGB Variations

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

Color information

#B13B27 (or 0xB13B27) is known color: Medium Carmine. HEX triplet: B1, 3B and 27. RGB value is (177,59,39). Sum of RGB (Red+Green+Blue) = 177+59+39=275 (36% of max value = 765). Red value is 177 (69.53% from 255 or 64.36% from 275); Green value is 59 (23.44% from 255 or 21.45% from 275); Blue value is 39 (15.62% from 255 or 14.18% from 275); Max value from RGB is 177 - color contains mainly: red. Hex color #B13B27 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B13B27 is #4EC4D8. Grayscale: #5C5C5C. Windows color (decimal): -5162201 or 2571185. OLE color: 2571185.

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

Color convert

RGB 177 59 39 -
CMYK 0 0.67 0.78 0.31
HSL 8.7º 0.64% 0.42% -
HSV(B) 8.7º 0.78% 0.69% -
XYZ 20.06 12.62 3.3 -
YUV 92 98.09 188.63 -
System Red Green Blue C M Y K H S L
Decimal 177 59 39 0 0.67 0.78 0.31 8.7 0.64 0.42
Hex B1 3B 27 0 43 4E 1F 9 40 2A
Octal 261 73 47 0 103 116 37 11 100 52
Binary 10110001 111011 100111 0 1000011 1001110 11111 1001 1000000 101010

Color Harmonies of #B13B27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13B27

Black with #B13B27

Text Example


Text Example

White with #B13B27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13B27; }

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

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

background-color css

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

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

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

border-color css

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

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

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