Html Css Color HEX #B1052B Carmine

📋 copy color: '#B1052B'

red 177 ◦ green 5 ◦ blue 43

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

Shades of Carmine #B1052B

Tints of Carmine #B1052B

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.22%

 BLUE value IS 43 (17.19% from 255) = 19.11%

R = 78.67%
G = 2.22%
B = 19.11%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.76

 K value IS 0.31

RGB Variations

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

Color information

#B1052B (or 0xB1052B) is known color: Carmine. HEX triplet: B1, 05 and 2B. RGB value is (177,5,43). Sum of RGB (Red+Green+Blue) = 177+5+43=225 (29% of max value = 765). Red value is 177 (69.53% from 255 or 78.67% from 225); Green value is 5 (2.34% from 255 or 2.22% from 225); Blue value is 43 (17.19% from 255 or 19.11% from 225); Max value from RGB is 177 - color contains mainly: red. Hex color #B1052B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B1052B is #4EFAD4. Grayscale: #3C3C3C. Windows color (decimal): -5176021 or 2819505. OLE color: 2819505.

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

Color convert

RGB 177 5 43 -
CMYK 0 0.97 0.76 0.31
HSL 346.74º 0.95% 0.36% -
HSV(B) 346.74º 0.97% 0.69% -
XYZ 18.62 9.63 3.16 -
YUV 60.76 117.98 210.91 -
System Red Green Blue C M Y K H S L
Decimal 177 5 43 0 0.97 0.76 0.31 346.74 0.95 0.36
Hex B1 5 2B 0 61 4C 1F 15B 5F 24
Octal 261 5 53 0 141 114 37 533 137 44
Binary 10110001 101 101011 0 1100001 1001100 11111 101011011 1011111 100100

Color Harmonies of #B1052B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1052B

Black with #B1052B

Text Example


Text Example

White with #B1052B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1052B; }

 p { color: rgb(177,5,43); }

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

background-color css

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

 a { background-color: rgb(177,5,43); }

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

border-color css

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

 span { border-color: rgb(177,5,43); }

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