Html Css Color HEX #B10030 Carmine

📋 copy color: '#B10030'

red 177 ◦ green 0 ◦ blue 48

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

Shades of Carmine #B10030

Tints of Carmine #B10030

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 48 (19.14% from 255) = 21.33%

R = 78.67%
G = 0%
B = 21.33%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.73

 K value IS 0.31

RGB Variations

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

Color information

#B10030 (or 0xB10030) is known color: Carmine. HEX triplet: B1, 00 and 30. RGB value is (177,0,48). Sum of RGB (Red+Green+Blue) = 177+0+48=225 (29% of max value = 765). Red value is 177 (69.53% from 255 or 78.67% from 225); Green value is 0 (0.39% from 255 or 0% from 225); Blue value is 48 (19.14% from 255 or 21.33% from 225); Max value from RGB is 177 - color contains mainly: red. Hex color #B10030 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B10030 is #4EFFCF. Grayscale: #3A3A3A. Windows color (decimal): -5177296 or 3145905. OLE color: 3145905.

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

Color convert

RGB 177 0 48 -
CMYK 0 1 0.73 0.31
HSL 343.73º 1% 0.35% -
HSV(B) 343.73º 1% 0.69% -
XYZ 18.66 9.56 3.66 -
YUV 58.4 122.14 212.6 -
System Red Green Blue C M Y K H S L
Decimal 177 0 48 0 1 0.73 0.31 343.73 1 0.35
Hex B1 0 30 0 64 49 1F 158 64 23
Octal 261 0 60 0 144 111 37 530 144 43
Binary 10110001 0 110000 0 1100100 1001001 11111 101011000 1100100 100011

Color Harmonies of #B10030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B10030

Black with #B10030

Text Example


Text Example

White with #B10030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B10030; }

 p { color: rgb(177,0,48); }

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

background-color css

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

 a { background-color: rgb(177,0,48); }

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

border-color css

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

 span { border-color: rgb(177,0,48); }

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