Html Css Color HEX #B10023 Carmine

📋 copy color: '#B10023'

red 177 ◦ green 0 ◦ blue 35

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

Shades of Carmine #B10023

Tints of Carmine #B10023

RGB

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

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

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

R = 83.49%
G = 0%
B = 16.51%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.80

 K value IS 0.31

RGB Variations

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

Color information

#B10023 (or 0xB10023) is known color: Carmine. HEX triplet: B1, 00 and 23. RGB value is (177,0,35). Sum of RGB (Red+Green+Blue) = 177+0+35=212 (28% of max value = 765). Red value is 177 (69.53% from 255 or 83.49% from 212); Green value is 0 (0.39% from 255 or 0% from 212); Blue value is 35 (14.06% from 255 or 16.51% from 212); Max value from RGB is 177 - color contains mainly: red. Hex color #B10023 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B10023 is #4EFFDC. Grayscale: #383838. Windows color (decimal): -5177309 or 2293937. OLE color: 2293937.

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

Color convert

RGB 177 0 35 -
CMYK 0 1 0.80 0.31
HSL 348.14º 1% 0.35% -
HSV(B) 348.14º 1% 0.69% -
XYZ 18.43 9.47 2.45 -
YUV 56.91 115.64 213.65 -
System Red Green Blue C M Y K H S L
Decimal 177 0 35 0 1 0.80 0.31 348.14 1 0.35
Hex B1 0 23 0 64 50 1F 15C 64 23
Octal 261 0 43 0 144 120 37 534 144 43
Binary 10110001 0 100011 0 1100100 1010000 11111 101011100 1100100 100011

Color Harmonies of #B10023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B10023

Black with #B10023

Text Example


Text Example

White with #B10023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B10023; }

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

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

background-color css

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

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

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

border-color css

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

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

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