Html Css Color HEX #B90032 Cardinal

📋 copy color: '#B90032'

red 185 ◦ green 0 ◦ blue 50

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

Shades of Cardinal #B90032

Tints of Cardinal #B90032

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 21.28%

R = 78.72%
G = 0%
B = 21.28%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.73

 K value IS 0.27

RGB Variations

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

Color information

#B90032 (or 0xB90032) is known color: Cardinal. HEX triplet: B9, 00 and 32. RGB value is (185,0,50). Sum of RGB (Red+Green+Blue) = 185+0+50=235 (31% of max value = 765). Red value is 185 (72.66% from 255 or 78.72% from 235); Green value is 0 (0.39% from 255 or 0% from 235); Blue value is 50 (19.92% from 255 or 21.28% from 235); Max value from RGB is 185 - color contains mainly: red. Hex color #B90032 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B90032 is #46FFCD. Grayscale: #3D3D3D. Windows color (decimal): -4653006 or 3276985. OLE color: 3276985.

HSL color Cylindrical-coordinate representation of color #B90032: hue angle of 343.78º 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 #B90032 is Cyan = 0, Magento = 1, Yellow = 0.73 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 0 50 -
CMYK 0 1 0.73 0.27
HSL 343.78º 1% 0.36% -
HSV(B) 343.78º 1% 0.73% -
XYZ 20.58 10.54 3.97 -
YUV 61.02 121.79 216.43 -
System Red Green Blue C M Y K H S L
Decimal 185 0 50 0 1 0.73 0.27 343.78 1 0.36
Hex B9 0 32 0 64 49 1B 158 64 24
Octal 271 0 62 0 144 111 33 530 144 44
Binary 10111001 0 110010 0 1100100 1001001 11011 101011000 1100100 100100

Color Harmonies of #B90032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90032

Black with #B90032

Text Example


Text Example

White with #B90032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90032; }

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

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

background-color css

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

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

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

border-color css

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

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

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