Html Css Color HEX #B13B25 Medium Carmine

📋 copy color: '#B13B25'

red 177 ◦ green 59 ◦ blue 37

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

Shades of Medium Carmine #B13B25

Tints of Medium Carmine #B13B25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 13.55%

R = 64.84%
G = 21.61%
B = 13.55%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.79

 K value IS 0.31

RGB Variations

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

Color information

#B13B25 (or 0xB13B25) is known color: Medium Carmine. HEX triplet: B1, 3B and 25. RGB value is (177,59,37). Sum of RGB (Red+Green+Blue) = 177+59+37=273 (36% of max value = 765). Red value is 177 (69.53% from 255 or 64.84% from 273); Green value is 59 (23.44% from 255 or 21.61% from 273); Blue value is 37 (14.84% from 255 or 13.55% from 273); Max value from RGB is 177 - color contains mainly: red. Hex color #B13B25 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B13B25 is #4EC4DA. Grayscale: #5B5B5B. Windows color (decimal): -5162203 or 2440113. OLE color: 2440113.

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

Color convert

RGB 177 59 37 -
CMYK 0 0.67 0.79 0.31
HSL 9.43º 0.65% 0.42% -
HSV(B) 9.43º 0.79% 0.69% -
XYZ 20.03 12.61 3.13 -
YUV 91.77 97.09 188.79 -
System Red Green Blue C M Y K H S L
Decimal 177 59 37 0 0.67 0.79 0.31 9.43 0.65 0.42
Hex B1 3B 25 0 43 4F 1F 9 41 2A
Octal 261 73 45 0 103 117 37 11 101 52
Binary 10110001 111011 100101 0 1000011 1001111 11111 1001 1000001 101010

Color Harmonies of #B13B25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13B25

Black with #B13B25

Text Example


Text Example

White with #B13B25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13B25; }

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

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

background-color css

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

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

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

border-color css

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

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

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