Html Css Color HEX #B10121 Carmine

📋 copy color: '#B10121'

red 177 ◦ green 1 ◦ blue 33

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

Shades of Carmine #B10121

Tints of Carmine #B10121

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 15.64%

R = 83.89%
G = 0.47%
B = 15.64%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.81

 K value IS 0.31

RGB Variations

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

Color information

#B10121 (or 0xB10121) is known color: Carmine. HEX triplet: B1, 01 and 21. RGB value is (177,1,33). Sum of RGB (Red+Green+Blue) = 177+1+33=211 (27% of max value = 765). Red value is 177 (69.53% from 255 or 83.89% from 211); Green value is 1 (0.78% from 255 or 0.47% from 211); Blue value is 33 (13.28% from 255 or 15.64% from 211); Max value from RGB is 177 - color contains mainly: red. Hex color #B10121 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B10121 is #4EFEDE. Grayscale: #393939. Windows color (decimal): -5177055 or 2163121. OLE color: 2163121.

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

Color convert

RGB 177 1 33 -
CMYK 0 0.99 0.81 0.31
HSL 349.09º 0.99% 0.35% -
HSV(B) 349.09º 0.99% 0.69% -
XYZ 18.42 9.48 2.3 -
YUV 57.27 114.31 213.4 -
System Red Green Blue C M Y K H S L
Decimal 177 1 33 0 0.99 0.81 0.31 349.09 0.99 0.35
Hex B1 1 21 0 63 51 1F 15D 63 23
Octal 261 1 41 0 143 121 37 535 143 43
Binary 10110001 1 100001 0 1100011 1010001 11111 101011101 1100011 100011

Color Harmonies of #B10121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B10121

Black with #B10121

Text Example


Text Example

White with #B10121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B10121; }

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

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

background-color css

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

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

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

border-color css

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

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

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