Html Css Color HEX #B90144 Cardinal

📋 copy color: '#B90144'

red 185 ◦ green 1 ◦ blue 68

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

Shades of Cardinal #B90144

Tints of Cardinal #B90144

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.39%

 BLUE value IS 68 (26.95% from 255) = 26.77%

R = 72.83%
G = 0.39%
B = 26.77%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.63

 K value IS 0.27

RGB Variations

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

Color information

#B90144 (or 0xB90144) is known color: Cardinal. HEX triplet: B9, 01 and 44. RGB value is (185,1,68). Sum of RGB (Red+Green+Blue) = 185+1+68=254 (33% of max value = 765). Red value is 185 (72.66% from 255 or 72.83% from 254); Green value is 1 (0.78% from 255 or 0.39% from 254); Blue value is 68 (26.95% from 255 or 26.77% from 254); Max value from RGB is 185 - color contains mainly: red. Hex color #B90144 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B90144 is #46FEBB. Grayscale: #3F3F3F. Windows color (decimal): -4652732 or 4456889. OLE color: 4456889.

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

Color convert

RGB 185 1 68 -
CMYK 0 0.99 0.63 0.27
HSL 338.15º 0.99% 0.36% -
HSV(B) 338.15º 0.99% 0.73% -
XYZ 21.06 10.75 6.43 -
YUV 63.65 130.46 214.55 -
System Red Green Blue C M Y K H S L
Decimal 185 1 68 0 0.99 0.63 0.27 338.15 0.99 0.36
Hex B9 1 44 0 63 3F 1B 152 63 24
Octal 271 1 104 0 143 77 33 522 143 44
Binary 10111001 1 1000100 0 1100011 111111 11011 101010010 1100011 100100

Color Harmonies of #B90144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90144

Black with #B90144

Text Example


Text Example

White with #B90144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90144; }

 p { color: rgb(185,1,68); }

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

background-color css

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

 a { background-color: rgb(185,1,68); }

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

border-color css

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

 span { border-color: rgb(185,1,68); }

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