Html Css Color HEX #B1423F Medium Carmine

📋 copy color: '#B1423F'

red 177 ◦ green 66 ◦ blue 63

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

Shades of Medium Carmine #B1423F

Tints of Medium Carmine #B1423F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 20.59%

R = 57.84%
G = 21.57%
B = 20.59%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.64

 K value IS 0.31

RGB Variations

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

Color information

#B1423F (or 0xB1423F) is known color: Medium Carmine. HEX triplet: B1, 42 and 3F. RGB value is (177,66,63). Sum of RGB (Red+Green+Blue) = 177+66+63=306 (40% of max value = 765). Red value is 177 (69.53% from 255 or 57.84% from 306); Green value is 66 (26.17% from 255 or 21.57% from 306); Blue value is 63 (25% from 255 or 20.59% from 306); Max value from RGB is 177 - color contains mainly: red. Hex color #B1423F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B1423F is #4EBDC0. Grayscale: #626262. Windows color (decimal): -5160385 or 4145841. OLE color: 4145841.

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

Color convert

RGB 177 66 63 -
CMYK 0 0.63 0.64 0.31
HSL 1.58º 0.48% 0.47% -
HSV(B) 1.58º 0.64% 0.69% -
XYZ 20.98 13.6 6.22 -
YUV 98.85 107.77 183.74 -
System Red Green Blue C M Y K H S L
Decimal 177 66 63 0 0.63 0.64 0.31 1.58 0.48 0.47
Hex B1 42 3F 0 3F 40 1F 2 30 2F
Octal 261 102 77 0 77 100 37 2 60 57
Binary 10110001 1000010 111111 0 111111 1000000 11111 10 110000 101111

Color Harmonies of #B1423F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1423F

Black with #B1423F

Text Example


Text Example

White with #B1423F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1423F; }

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

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

background-color css

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

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

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

border-color css

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

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

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