Html Css Color HEX #B90042 Cardinal

📋 copy color: '#B90042'

red 185 ◦ green 0 ◦ blue 66

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

Shades of Cardinal #B90042

Tints of Cardinal #B90042

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 26.29%

R = 73.71%
G = 0%
B = 26.29%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.64

 K value IS 0.27

RGB Variations

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

Color information

#B90042 (or 0xB90042) is known color: Cardinal. HEX triplet: B9, 00 and 42. RGB value is (185,0,66). Sum of RGB (Red+Green+Blue) = 185+0+66=251 (33% of max value = 765). Red value is 185 (72.66% from 255 or 73.71% from 251); Green value is 0 (0.39% from 255 or 0% from 251); Blue value is 66 (26.17% from 255 or 26.29% from 251); Max value from RGB is 185 - color contains mainly: red. Hex color #B90042 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B90042 is #46FFBD. Grayscale: #3E3E3E. Windows color (decimal): -4652990 or 4325561. OLE color: 4325561.

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

Color convert

RGB 185 0 66 -
CMYK 0 1 0.64 0.27
HSL 338.59º 1% 0.36% -
HSV(B) 338.59º 1% 0.73% -
XYZ 20.99 10.71 6.11 -
YUV 62.84 129.79 215.13 -
System Red Green Blue C M Y K H S L
Decimal 185 0 66 0 1 0.64 0.27 338.59 1 0.36
Hex B9 0 42 0 64 40 1B 153 64 24
Octal 271 0 102 0 144 100 33 523 144 44
Binary 10111001 0 1000010 0 1100100 1000000 11011 101010011 1100100 100100

Color Harmonies of #B90042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90042

Black with #B90042

Text Example


Text Example

White with #B90042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90042; }

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

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

background-color css

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

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

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

border-color css

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

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

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