Html Css Color HEX #B90231 Cardinal

📋 copy color: '#B90231'

red 185 ◦ green 2 ◦ blue 49

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

Shades of Cardinal #B90231

Tints of Cardinal #B90231

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.85%

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

R = 78.39%
G = 0.85%
B = 20.76%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.74

 K value IS 0.27

RGB Variations

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

Color information

#B90231 (or 0xB90231) is known color: Cardinal. HEX triplet: B9, 02 and 31. RGB value is (185,2,49). Sum of RGB (Red+Green+Blue) = 185+2+49=236 (31% of max value = 765). Red value is 185 (72.66% from 255 or 78.39% from 236); Green value is 2 (1.17% from 255 or 0.85% from 236); Blue value is 49 (19.53% from 255 or 20.76% from 236); Max value from RGB is 185 - color contains mainly: red. Hex color #B90231 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B90231 is #46FDCE. Grayscale: #3E3E3E. Windows color (decimal): -4652495 or 3211961. OLE color: 3211961.

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

Color convert

RGB 185 2 49 -
CMYK 0 0.99 0.74 0.27
HSL 344.59º 0.98% 0.37% -
HSV(B) 344.59º 0.99% 0.73% -
XYZ 20.58 10.58 3.86 -
YUV 62.08 120.63 215.68 -
System Red Green Blue C M Y K H S L
Decimal 185 2 49 0 0.99 0.74 0.27 344.59 0.98 0.37
Hex B9 2 31 0 63 4A 1B 159 62 25
Octal 271 2 61 0 143 112 33 531 142 45
Binary 10111001 10 110001 0 1100011 1001010 11011 101011001 1100010 100101

Color Harmonies of #B90231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90231

Black with #B90231

Text Example


Text Example

White with #B90231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90231; }

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

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

background-color css

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

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

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

border-color css

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

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

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