Html Css Color HEX #B10326 Carmine

📋 copy color: '#B10326'

red 177 ◦ green 3 ◦ blue 38

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

Shades of Carmine #B10326

Tints of Carmine #B10326

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.38%

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

R = 81.19%
G = 1.38%
B = 17.43%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.79

 K value IS 0.31

RGB Variations

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

Color information

#B10326 (or 0xB10326) is known color: Carmine. HEX triplet: B1, 03 and 26. RGB value is (177,3,38). Sum of RGB (Red+Green+Blue) = 177+3+38=218 (28% of max value = 765). Red value is 177 (69.53% from 255 or 81.19% from 218); Green value is 3 (1.56% from 255 or 1.38% from 218); Blue value is 38 (15.23% from 255 or 17.43% from 218); Max value from RGB is 177 - color contains mainly: red. Hex color #B10326 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B10326 is #4EFCD9. Grayscale: #3B3B3B. Windows color (decimal): -5176538 or 2491313. OLE color: 2491313.

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

Color convert

RGB 177 3 38 -
CMYK 0 0.98 0.79 0.31
HSL 347.93º 0.97% 0.35% -
HSV(B) 347.93º 0.98% 0.69% -
XYZ 18.51 9.55 2.7 -
YUV 59.02 116.15 212.15 -
System Red Green Blue C M Y K H S L
Decimal 177 3 38 0 0.98 0.79 0.31 347.93 0.97 0.35
Hex B1 3 26 0 62 4F 1F 15C 61 23
Octal 261 3 46 0 142 117 37 534 141 43
Binary 10110001 11 100110 0 1100010 1001111 11111 101011100 1100001 100011

Color Harmonies of #B10326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B10326

Black with #B10326

Text Example


Text Example

White with #B10326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B10326; }

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

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

background-color css

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

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

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

border-color css

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

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

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