Html Css Color HEX #B1422F Medium Carmine

📋 copy color: '#B1422F'

red 177 ◦ green 66 ◦ blue 47

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

Shades of Medium Carmine #B1422F

Tints of Medium Carmine #B1422F

RGB

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

 GREEN value IS 66 (26.17% from 255) = 22.76%

 BLUE value IS 47 (18.75% from 255) = 16.21%

R = 61.03%
G = 22.76%
B = 16.21%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.73

 K value IS 0.31

RGB Variations

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

Color information

#B1422F (or 0xB1422F) is known color: Medium Carmine. HEX triplet: B1, 42 and 2F. RGB value is (177,66,47). Sum of RGB (Red+Green+Blue) = 177+66+47=290 (38% of max value = 765). Red value is 177 (69.53% from 255 or 61.03% from 290); Green value is 66 (26.17% from 255 or 22.76% from 290); Blue value is 47 (18.75% from 255 or 16.21% from 290); Max value from RGB is 177 - color contains mainly: red. Hex color #B1422F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B1422F is #4EBDD0. Grayscale: #616161. Windows color (decimal): -5160401 or 3097265. OLE color: 3097265.

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

Color convert

RGB 177 66 47 -
CMYK 0 0.63 0.73 0.31
HSL 8.77º 0.58% 0.44% -
HSV(B) 8.77º 0.73% 0.69% -
XYZ 20.59 13.45 4.2 -
YUV 97.02 99.77 185.04 -
System Red Green Blue C M Y K H S L
Decimal 177 66 47 0 0.63 0.73 0.31 8.77 0.58 0.44
Hex B1 42 2F 0 3F 49 1F 9 3A 2C
Octal 261 102 57 0 77 111 37 11 72 54
Binary 10110001 1000010 101111 0 111111 1001001 11111 1001 111010 101100

Color Harmonies of #B1422F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1422F

Black with #B1422F

Text Example


Text Example

White with #B1422F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1422F; }

 p { color: rgb(177,66,47); }

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

background-color css

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

 a { background-color: rgb(177,66,47); }

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

border-color css

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

 span { border-color: rgb(177,66,47); }

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