Html Css Color HEX #B10223 Carmine

📋 copy color: '#B10223'

red 177 ◦ green 2 ◦ blue 35

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

Shades of Carmine #B10223

Tints of Carmine #B10223

RGB

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

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

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

R = 82.71%
G = 0.93%
B = 16.36%

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

#B10223 (or 0xB10223) is known color: Carmine. HEX triplet: B1, 02 and 23. RGB value is (177,2,35). Sum of RGB (Red+Green+Blue) = 177+2+35=214 (28% of max value = 765). Red value is 177 (69.53% from 255 or 82.71% from 214); Green value is 2 (1.17% from 255 or 0.93% from 214); Blue value is 35 (14.06% from 255 or 16.36% from 214); Max value from RGB is 177 - color contains mainly: red. Hex color #B10223 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B10223 is #4EFDDC. Grayscale: #3A3A3A. Windows color (decimal): -5176797 or 2294449. OLE color: 2294449.

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

Color convert

RGB 177 2 35 -
CMYK 0 0.99 0.80 0.31
HSL 348.69º 0.98% 0.35% -
HSV(B) 348.69º 0.99% 0.69% -
XYZ 18.46 9.51 2.45 -
YUV 58.09 114.98 212.82 -
System Red Green Blue C M Y K H S L
Decimal 177 2 35 0 0.99 0.80 0.31 348.69 0.98 0.35
Hex B1 2 23 0 63 50 1F 15D 62 23
Octal 261 2 43 0 143 120 37 535 142 43
Binary 10110001 10 100011 0 1100011 1010000 11111 101011101 1100010 100011

Color Harmonies of #B10223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B10223

Black with #B10223

Text Example


Text Example

White with #B10223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B10223; }

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

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

background-color css

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

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

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

border-color css

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

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

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