Html Css Color HEX #B1132C Cardinal

📋 copy color: '#B1132C'

red 177 ◦ green 19 ◦ blue 44

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

Shades of Cardinal #B1132C

Tints of Cardinal #B1132C

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.92%

 BLUE value IS 44 (17.58% from 255) = 18.33%

R = 73.75%
G = 7.92%
B = 18.33%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.75

 K value IS 0.31

RGB Variations

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

Color information

#B1132C (or 0xB1132C) is known color: Cardinal. HEX triplet: B1, 13 and 2C. RGB value is (177,19,44). Sum of RGB (Red+Green+Blue) = 177+19+44=240 (31% of max value = 765). Red value is 177 (69.53% from 255 or 73.75% from 240); Green value is 19 (7.81% from 255 or 7.92% from 240); Blue value is 44 (17.58% from 255 or 18.33% from 240); Max value from RGB is 177 - color contains mainly: red. Hex color #B1132C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B1132C is #4EECD3. Grayscale: #454545. Windows color (decimal): -5172436 or 2888625. OLE color: 2888625.

HSL color Cylindrical-coordinate representation of color #B1132C: hue angle of 350.51º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B1132C is Cyan = 0, Magento = 0.89, Yellow = 0.75 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 19 44 -
CMYK 0 0.89 0.75 0.31
HSL 350.51º 0.81% 0.38% -
HSV(B) 350.51º 0.89% 0.69% -
XYZ 18.82 9.99 3.32 -
YUV 69.09 113.85 204.97 -
System Red Green Blue C M Y K H S L
Decimal 177 19 44 0 0.89 0.75 0.31 350.51 0.81 0.38
Hex B1 13 2C 0 59 4B 1F 15F 51 26
Octal 261 23 54 0 131 113 37 537 121 46
Binary 10110001 10011 101100 0 1011001 1001011 11111 101011111 1010001 100110

Color Harmonies of #B1132C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1132C

Black with #B1132C

Text Example


Text Example

White with #B1132C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1132C; }

 p { color: rgb(177,19,44); }

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

background-color css

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

 a { background-color: rgb(177,19,44); }

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

border-color css

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

 span { border-color: rgb(177,19,44); }

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