Html Css Color HEX #B13C22 Medium Carmine

📋 copy color: '#B13C22'

red 177 ◦ green 60 ◦ blue 34

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

Shades of Medium Carmine #B13C22

Tints of Medium Carmine #B13C22

RGB

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

 GREEN value IS 60 (23.83% from 255) = 22.14%

 BLUE value IS 34 (13.67% from 255) = 12.55%

R = 65.31%
G = 22.14%
B = 12.55%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.81

 K value IS 0.31

RGB Variations

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

Color information

#B13C22 (or 0xB13C22) is known color: Medium Carmine. HEX triplet: B1, 3C and 22. RGB value is (177,60,34). Sum of RGB (Red+Green+Blue) = 177+60+34=271 (35% of max value = 765). Red value is 177 (69.53% from 255 or 65.31% from 271); Green value is 60 (23.83% from 255 or 22.14% from 271); Blue value is 34 (13.67% from 255 or 12.55% from 271); Max value from RGB is 177 - color contains mainly: red. Hex color #B13C22 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B13C22 is #4EC3DD. Grayscale: #5C5C5C. Windows color (decimal): -5161950 or 2243761. OLE color: 2243761.

HSL color Cylindrical-coordinate representation of color #B13C22: hue angle of 10.91º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B13C22 is Cyan = 0, Magento = 0.66, Yellow = 0.81 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 60 34 -
CMYK 0 0.66 0.81 0.31
HSL 10.91º 0.68% 0.41% -
HSV(B) 10.91º 0.81% 0.69% -
XYZ 20.04 12.69 2.91 -
YUV 92.02 95.26 188.61 -
System Red Green Blue C M Y K H S L
Decimal 177 60 34 0 0.66 0.81 0.31 10.91 0.68 0.41
Hex B1 3C 22 0 42 51 1F B 44 29
Octal 261 74 42 0 102 121 37 13 104 51
Binary 10110001 111100 100010 0 1000010 1010001 11111 1011 1000100 101001

Color Harmonies of #B13C22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13C22

Black with #B13C22

Text Example


Text Example

White with #B13C22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13C22; }

 p { color: rgb(177,60,34); }

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

background-color css

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

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

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

border-color css

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

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

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