Html Css Color HEX #B1193E Cardinal

📋 copy color: '#B1193E'

red 177 ◦ green 25 ◦ blue 62

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

Shades of Cardinal #B1193E

Tints of Cardinal #B1193E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 23.48%

R = 67.05%
G = 9.47%
B = 23.48%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.65

 K value IS 0.31

RGB Variations

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

Color information

#B1193E (or 0xB1193E) is known color: Cardinal. HEX triplet: B1, 19 and 3E. RGB value is (177,25,62). Sum of RGB (Red+Green+Blue) = 177+25+62=264 (34% of max value = 765). Red value is 177 (69.53% from 255 or 67.05% from 264); Green value is 25 (10.16% from 255 or 9.47% from 264); Blue value is 62 (24.61% from 255 or 23.48% from 264); Max value from RGB is 177 - color contains mainly: red. Hex color #B1193E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B1193E is #4EE6C1. Grayscale: #4A4A4A. Windows color (decimal): -5170882 or 4069809. OLE color: 4069809.

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

Color convert

RGB 177 25 62 -
CMYK 0 0.86 0.65 0.31
HSL 345.39º 0.75% 0.4% -
HSV(B) 345.39º 0.86% 0.69% -
XYZ 19.35 10.39 5.54 -
YUV 74.67 120.86 200.99 -
System Red Green Blue C M Y K H S L
Decimal 177 25 62 0 0.86 0.65 0.31 345.39 0.75 0.4
Hex B1 19 3E 0 56 41 1F 159 4B 28
Octal 261 31 76 0 126 101 37 531 113 50
Binary 10110001 11001 111110 0 1010110 1000001 11111 101011001 1001011 101000

Color Harmonies of #B1193E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1193E

Black with #B1193E

Text Example


Text Example

White with #B1193E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1193E; }

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

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

background-color css

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

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

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

border-color css

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

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

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