Html Css Color HEX #B1423C Medium Carmine

📋 copy color: '#B1423C'

red 177 ◦ green 66 ◦ blue 60

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

Shades of Medium Carmine #B1423C

Tints of Medium Carmine #B1423C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 19.8%

R = 58.42%
G = 21.78%
B = 19.8%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.66

 K value IS 0.31

RGB Variations

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

Color information

#B1423C (or 0xB1423C) is known color: Medium Carmine. HEX triplet: B1, 42 and 3C. RGB value is (177,66,60). Sum of RGB (Red+Green+Blue) = 177+66+60=303 (40% of max value = 765). Red value is 177 (69.53% from 255 or 58.42% from 303); Green value is 66 (26.17% from 255 or 21.78% from 303); Blue value is 60 (23.83% from 255 or 19.80% from 303); Max value from RGB is 177 - color contains mainly: red. Hex color #B1423C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B1423C is #4EBDC3. Grayscale: #626262. Windows color (decimal): -5160388 or 3949233. OLE color: 3949233.

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

Color convert

RGB 177 66 60 -
CMYK 0 0.63 0.66 0.31
HSL 3.08º 0.49% 0.46% -
HSV(B) 3.08º 0.66% 0.69% -
XYZ 20.9 13.57 5.79 -
YUV 98.51 106.27 183.99 -
System Red Green Blue C M Y K H S L
Decimal 177 66 60 0 0.63 0.66 0.31 3.08 0.49 0.46
Hex B1 42 3C 0 3F 42 1F 3 31 2E
Octal 261 102 74 0 77 102 37 3 61 56
Binary 10110001 1000010 111100 0 111111 1000010 11111 11 110001 101110

Color Harmonies of #B1423C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1423C

Black with #B1423C

Text Example


Text Example

White with #B1423C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1423C; }

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

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

background-color css

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

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

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

border-color css

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

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

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