Html Css Color HEX #B1423D Medium Carmine

📋 copy color: '#B1423D'

red 177 ◦ green 66 ◦ blue 61

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

Shades of Medium Carmine #B1423D

Tints of Medium Carmine #B1423D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 20.07%

R = 58.22%
G = 21.71%
B = 20.07%

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

#B1423D (or 0xB1423D) is known color: Medium Carmine. HEX triplet: B1, 42 and 3D. RGB value is (177,66,61). Sum of RGB (Red+Green+Blue) = 177+66+61=304 (40% of max value = 765). Red value is 177 (69.53% from 255 or 58.22% from 304); Green value is 66 (26.17% from 255 or 21.71% from 304); Blue value is 61 (24.22% from 255 or 20.07% from 304); Max value from RGB is 177 - color contains mainly: red. Hex color #B1423D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B1423D is #4EBDC2. Grayscale: #626262. Windows color (decimal): -5160387 or 4014769. OLE color: 4014769.

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

Color convert

RGB 177 66 61 -
CMYK 0 0.63 0.66 0.31
HSL 2.59º 0.49% 0.47% -
HSV(B) 2.59º 0.66% 0.69% -
XYZ 20.92 13.58 5.93 -
YUV 98.62 106.77 183.91 -
System Red Green Blue C M Y K H S L
Decimal 177 66 61 0 0.63 0.66 0.31 2.59 0.49 0.47
Hex B1 42 3D 0 3F 42 1F 3 31 2F
Octal 261 102 75 0 77 102 37 3 61 57
Binary 10110001 1000010 111101 0 111111 1000010 11111 11 110001 101111

Color Harmonies of #B1423D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1423D

Black with #B1423D

Text Example


Text Example

White with #B1423D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1423D; }

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

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

background-color css

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

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

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

border-color css

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

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

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