Html Css Color HEX #B90031 Cardinal

📋 copy color: '#B90031'

red 185 ◦ green 0 ◦ blue 49

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

Shades of Cardinal #B90031

Tints of Cardinal #B90031

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 49 (19.53% from 255) = 20.94%

R = 79.06%
G = 0%
B = 20.94%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.74

 K value IS 0.27

RGB Variations

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

Color information

#B90031 (or 0xB90031) is known color: Cardinal. HEX triplet: B9, 00 and 31. RGB value is (185,0,49). Sum of RGB (Red+Green+Blue) = 185+0+49=234 (30% of max value = 765). Red value is 185 (72.66% from 255 or 79.06% from 234); Green value is 0 (0.39% from 255 or 0% from 234); Blue value is 49 (19.53% from 255 or 20.94% from 234); Max value from RGB is 185 - color contains mainly: red. Hex color #B90031 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B90031 is #46FFCE. Grayscale: #3C3C3C. Windows color (decimal): -4653007 or 3211449. OLE color: 3211449.

HSL color Cylindrical-coordinate representation of color #B90031: hue angle of 344.11º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B90031 is Cyan = 0, Magento = 1, Yellow = 0.74 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 0 49 -
CMYK 0 1 0.74 0.27
HSL 344.11º 1% 0.36% -
HSV(B) 344.11º 1% 0.73% -
XYZ 20.56 10.54 3.86 -
YUV 60.9 121.29 216.52 -
System Red Green Blue C M Y K H S L
Decimal 185 0 49 0 1 0.74 0.27 344.11 1 0.36
Hex B9 0 31 0 64 4A 1B 158 64 24
Octal 271 0 61 0 144 112 33 530 144 44
Binary 10111001 0 110001 0 1100100 1001010 11011 101011000 1100100 100100

Color Harmonies of #B90031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90031

Black with #B90031

Text Example


Text Example

White with #B90031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90031; }

 p { color: rgb(185,0,49); }

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

background-color css

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

 a { background-color: rgb(185,0,49); }

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

border-color css

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

 span { border-color: rgb(185,0,49); }

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