Html Css Color HEX #B10123 Carmine

📋 copy color: '#B10123'

red 177 ◦ green 1 ◦ blue 35

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

Shades of Carmine #B10123

Tints of Carmine #B10123

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 16.43%

R = 83.1%
G = 0.47%
B = 16.43%

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

#B10123 (or 0xB10123) is known color: Carmine. HEX triplet: B1, 01 and 23. RGB value is (177,1,35). Sum of RGB (Red+Green+Blue) = 177+1+35=213 (28% of max value = 765). Red value is 177 (69.53% from 255 or 83.10% from 213); Green value is 1 (0.78% from 255 or 0.47% from 213); Blue value is 35 (14.06% from 255 or 16.43% from 213); Max value from RGB is 177 - color contains mainly: red. Hex color #B10123 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B10123 is #4EFEDC. Grayscale: #393939. Windows color (decimal): -5177053 or 2294193. OLE color: 2294193.

HSL color Cylindrical-coordinate representation of color #B10123: hue angle of 348.41º 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 #B10123 is Cyan = 0, Magento = 0.99, Yellow = 0.80 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 1 35 -
CMYK 0 0.99 0.80 0.31
HSL 348.41º 0.99% 0.35% -
HSV(B) 348.41º 0.99% 0.69% -
XYZ 18.45 9.49 2.45 -
YUV 57.5 115.31 213.24 -
System Red Green Blue C M Y K H S L
Decimal 177 1 35 0 0.99 0.80 0.31 348.41 0.99 0.35
Hex B1 1 23 0 63 50 1F 15C 63 23
Octal 261 1 43 0 143 120 37 534 143 43
Binary 10110001 1 100011 0 1100011 1010000 11111 101011100 1100011 100011

Color Harmonies of #B10123

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B10123

Black with #B10123

Text Example


Text Example

White with #B10123

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B10123; }

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

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

background-color css

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

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

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

border-color css

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

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

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