Html Css Color HEX #B10226 Carmine

📋 copy color: '#B10226'

red 177 ◦ green 2 ◦ blue 38

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

Shades of Carmine #B10226

Tints of Carmine #B10226

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.92%

 BLUE value IS 38 (15.23% from 255) = 17.51%

R = 81.57%
G = 0.92%
B = 17.51%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.79

 K value IS 0.31

RGB Variations

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

Color information

#B10226 (or 0xB10226) is known color: Carmine. HEX triplet: B1, 02 and 26. RGB value is (177,2,38). Sum of RGB (Red+Green+Blue) = 177+2+38=217 (28% of max value = 765). Red value is 177 (69.53% from 255 or 81.57% from 217); Green value is 2 (1.17% from 255 or 0.92% from 217); Blue value is 38 (15.23% from 255 or 17.51% from 217); Max value from RGB is 177 - color contains mainly: red. Hex color #B10226 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B10226 is #4EFDD9. Grayscale: #3A3A3A. Windows color (decimal): -5176794 or 2491057. OLE color: 2491057.

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

Color convert

RGB 177 2 38 -
CMYK 0 0.99 0.79 0.31
HSL 347.66º 0.98% 0.35% -
HSV(B) 347.66º 0.99% 0.69% -
XYZ 18.5 9.53 2.7 -
YUV 58.43 116.48 212.57 -
System Red Green Blue C M Y K H S L
Decimal 177 2 38 0 0.99 0.79 0.31 347.66 0.98 0.35
Hex B1 2 26 0 63 4F 1F 15C 62 23
Octal 261 2 46 0 143 117 37 534 142 43
Binary 10110001 10 100110 0 1100011 1001111 11111 101011100 1100010 100011

Color Harmonies of #B10226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B10226

Black with #B10226

Text Example


Text Example

White with #B10226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B10226; }

 p { color: rgb(177,2,38); }

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

background-color css

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

 a { background-color: rgb(177,2,38); }

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

border-color css

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

 span { border-color: rgb(177,2,38); }

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