Html Css Color HEX #B1193A Cardinal

📋 copy color: '#B1193A'

red 177 ◦ green 25 ◦ blue 58

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

Shades of Cardinal #B1193A

Tints of Cardinal #B1193A

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.62%

 BLUE value IS 58 (23.05% from 255) = 22.31%

R = 68.08%
G = 9.62%
B = 22.31%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.67

 K value IS 0.31

RGB Variations

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

Color information

#B1193A (or 0xB1193A) is known color: Cardinal. HEX triplet: B1, 19 and 3A. RGB value is (177,25,58). Sum of RGB (Red+Green+Blue) = 177+25+58=260 (34% of max value = 765). Red value is 177 (69.53% from 255 or 68.08% from 260); Green value is 25 (10.16% from 255 or 9.62% from 260); Blue value is 58 (23.05% from 255 or 22.31% from 260); Max value from RGB is 177 - color contains mainly: red. Hex color #B1193A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B1193A is #4EE6C5. Grayscale: #4A4A4A. Windows color (decimal): -5170886 or 3807665. OLE color: 3807665.

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

Color convert

RGB 177 25 58 -
CMYK 0 0.86 0.67 0.31
HSL 346.97º 0.75% 0.4% -
HSV(B) 346.97º 0.86% 0.69% -
XYZ 19.24 10.35 4.99 -
YUV 74.21 118.86 201.32 -
System Red Green Blue C M Y K H S L
Decimal 177 25 58 0 0.86 0.67 0.31 346.97 0.75 0.4
Hex B1 19 3A 0 56 43 1F 15B 4B 28
Octal 261 31 72 0 126 103 37 533 113 50
Binary 10110001 11001 111010 0 1010110 1000011 11111 101011011 1001011 101000

Color Harmonies of #B1193A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1193A

Black with #B1193A

Text Example


Text Example

White with #B1193A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1193A; }

 p { color: rgb(177,25,58); }

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

background-color css

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

 a { background-color: rgb(177,25,58); }

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

border-color css

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

 span { border-color: rgb(177,25,58); }

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