Html Css Color HEX #B9193E Cardinal

📋 copy color: '#B9193E'

red 185 ◦ green 25 ◦ blue 62

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

Shades of Cardinal #B9193E

Tints of Cardinal #B9193E

RGB

 RED value IS 185 (72.66% from 255) = 68.01%

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

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

R = 68.01%
G = 9.19%
B = 22.79%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.66

 K value IS 0.27

RGB Variations

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

Color information

#B9193E (or 0xB9193E) is known color: Cardinal. HEX triplet: B9, 19 and 3E. RGB value is (185,25,62). Sum of RGB (Red+Green+Blue) = 185+25+62=272 (36% of max value = 765). Red value is 185 (72.66% from 255 or 68.01% from 272); Green value is 25 (10.16% from 255 or 9.19% from 272); Blue value is 62 (24.61% from 255 or 22.79% from 272); Max value from RGB is 185 - color contains mainly: red. Hex color #B9193E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B9193E is #46E6C1. Grayscale: #4D4D4D. Windows color (decimal): -4646594 or 4069817. OLE color: 4069817.

HSL color Cylindrical-coordinate representation of color #B9193E: hue angle of 346.12º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B9193E is Cyan = 0, Magento = 0.86, Yellow = 0.66 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 25 62 -
CMYK 0 0.86 0.66 0.27
HSL 346.13º 0.76% 0.41% -
HSV(B) 346.13º 0.86% 0.73% -
XYZ 21.22 11.36 5.63 -
YUV 77.06 119.51 204.99 -
System Red Green Blue C M Y K H S L
Decimal 185 25 62 0 0.86 0.66 0.27 346.13 0.76 0.41
Hex B9 19 3E 0 56 42 1B 15A 4C 29
Octal 271 31 76 0 126 102 33 532 114 51
Binary 10111001 11001 111110 0 1010110 1000010 11011 101011010 1001100 101001

Color Harmonies of #B9193E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9193E

Black with #B9193E

Text Example


Text Example

White with #B9193E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9193E; }

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

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

background-color css

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

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

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

border-color css

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

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

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