Html Css Color HEX #B9183E Cardinal

📋 copy color: '#B9183E'

red 185 ◦ green 24 ◦ blue 62

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

Shades of Cardinal #B9183E

Tints of Cardinal #B9183E

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.86%

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

R = 68.27%
G = 8.86%
B = 22.88%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.66

 K value IS 0.27

RGB Variations

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

Color information

#B9183E (or 0xB9183E) is known color: Cardinal. HEX triplet: B9, 18 and 3E. RGB value is (185,24,62). Sum of RGB (Red+Green+Blue) = 185+24+62=271 (35% of max value = 765). Red value is 185 (72.66% from 255 or 68.27% from 271); Green value is 24 (9.77% from 255 or 8.86% from 271); Blue value is 62 (24.61% from 255 or 22.88% from 271); Max value from RGB is 185 - color contains mainly: red. Hex color #B9183E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B9183E is #46E7C1. Grayscale: #4C4C4C. Windows color (decimal): -4646850 or 4069561. OLE color: 4069561.

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

Color convert

RGB 185 24 62 -
CMYK 0 0.87 0.66 0.27
HSL 345.84º 0.77% 0.41% -
HSV(B) 345.84º 0.87% 0.73% -
XYZ 21.2 11.32 5.62 -
YUV 76.47 119.84 205.41 -
System Red Green Blue C M Y K H S L
Decimal 185 24 62 0 0.87 0.66 0.27 345.84 0.77 0.41
Hex B9 18 3E 0 57 42 1B 15A 4D 29
Octal 271 30 76 0 127 102 33 532 115 51
Binary 10111001 11000 111110 0 1010111 1000010 11011 101011010 1001101 101001

Color Harmonies of #B9183E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9183E

Black with #B9183E

Text Example


Text Example

White with #B9183E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9183E; }

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

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

background-color css

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

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

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

border-color css

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

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

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