Html Css Color HEX #B1012D Carmine

📋 copy color: '#B1012D'

red 177 ◦ green 1 ◦ blue 45

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

Shades of Carmine #B1012D

Tints of Carmine #B1012D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 20.18%

R = 79.37%
G = 0.45%
B = 20.18%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.75

 K value IS 0.31

RGB Variations

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

Color information

#B1012D (or 0xB1012D) is known color: Carmine. HEX triplet: B1, 01 and 2D. RGB value is (177,1,45). Sum of RGB (Red+Green+Blue) = 177+1+45=223 (29% of max value = 765). Red value is 177 (69.53% from 255 or 79.37% from 223); Green value is 1 (0.78% from 255 or 0.45% from 223); Blue value is 45 (17.97% from 255 or 20.18% from 223); Max value from RGB is 177 - color contains mainly: red. Hex color #B1012D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B1012D is #4EFED2. Grayscale: #3A3A3A. Windows color (decimal): -5177043 or 2949553. OLE color: 2949553.

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

Color convert

RGB 177 1 45 -
CMYK 0 0.99 0.75 0.31
HSL 345º 0.99% 0.35% -
HSV(B) 345º 0.99% 0.69% -
XYZ 18.62 9.56 3.35 -
YUV 58.64 120.31 212.42 -
System Red Green Blue C M Y K H S L
Decimal 177 1 45 0 0.99 0.75 0.31 345 0.99 0.35
Hex B1 1 2D 0 63 4B 1F 159 63 23
Octal 261 1 55 0 143 113 37 531 143 43
Binary 10110001 1 101101 0 1100011 1001011 11111 101011001 1100011 100011

Color Harmonies of #B1012D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1012D

Black with #B1012D

Text Example


Text Example

White with #B1012D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1012D; }

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

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

background-color css

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

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

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

border-color css

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

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

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