Html Css Color HEX #B10124 Carmine

📋 copy color: '#B10124'

red 177 ◦ green 1 ◦ blue 36

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

Shades of Carmine #B10124

Tints of Carmine #B10124

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.47%

 BLUE value IS 36 (14.45% from 255) = 16.82%

R = 82.71%
G = 0.47%
B = 16.82%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.80

 K value IS 0.31

RGB Variations

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

Color information

#B10124 (or 0xB10124) is known color: Carmine. HEX triplet: B1, 01 and 24. RGB value is (177,1,36). Sum of RGB (Red+Green+Blue) = 177+1+36=214 (28% of max value = 765). Red value is 177 (69.53% from 255 or 82.71% from 214); Green value is 1 (0.78% from 255 or 0.47% from 214); Blue value is 36 (14.45% from 255 or 16.82% from 214); Max value from RGB is 177 - color contains mainly: red. Hex color #B10124 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B10124 is #4EFEDB. Grayscale: #393939. Windows color (decimal): -5177052 or 2359729. OLE color: 2359729.

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

Color convert

RGB 177 1 36 -
CMYK 0 0.99 0.80 0.31
HSL 348.07º 0.99% 0.35% -
HSV(B) 348.07º 0.99% 0.69% -
XYZ 18.46 9.5 2.53 -
YUV 57.61 115.81 213.15 -
System Red Green Blue C M Y K H S L
Decimal 177 1 36 0 0.99 0.80 0.31 348.07 0.99 0.35
Hex B1 1 24 0 63 50 1F 15C 63 23
Octal 261 1 44 0 143 120 37 534 143 43
Binary 10110001 1 100100 0 1100011 1010000 11111 101011100 1100011 100011

Color Harmonies of #B10124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B10124

Black with #B10124

Text Example


Text Example

White with #B10124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B10124; }

 p { color: rgb(177,1,36); }

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

background-color css

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

 a { background-color: rgb(177,1,36); }

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

border-color css

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

 span { border-color: rgb(177,1,36); }

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