Html Css Color HEX #B90242 Cardinal

📋 copy color: '#B90242'

red 185 ◦ green 2 ◦ blue 66

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

Shades of Cardinal #B90242

Tints of Cardinal #B90242

RGB

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

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

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

R = 73.12%
G = 0.79%
B = 26.09%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.64

 K value IS 0.27

RGB Variations

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

Color information

#B90242 (or 0xB90242) is known color: Cardinal. HEX triplet: B9, 02 and 42. RGB value is (185,2,66). Sum of RGB (Red+Green+Blue) = 185+2+66=253 (33% of max value = 765). Red value is 185 (72.66% from 255 or 73.12% from 253); Green value is 2 (1.17% from 255 or 0.79% from 253); Blue value is 66 (26.17% from 255 or 26.09% from 253); Max value from RGB is 185 - color contains mainly: red. Hex color #B90242 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B90242 is #46FDBD. Grayscale: #3F3F3F. Windows color (decimal): -4652478 or 4326073. OLE color: 4326073.

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

Color convert

RGB 185 2 66 -
CMYK 0 0.99 0.64 0.27
HSL 339.02º 0.98% 0.37% -
HSV(B) 339.02º 0.99% 0.73% -
XYZ 21.01 10.75 6.12 -
YUV 64.01 129.13 214.3 -
System Red Green Blue C M Y K H S L
Decimal 185 2 66 0 0.99 0.64 0.27 339.02 0.98 0.37
Hex B9 2 42 0 63 40 1B 153 62 25
Octal 271 2 102 0 143 100 33 523 142 45
Binary 10111001 10 1000010 0 1100011 1000000 11011 101010011 1100010 100101

Color Harmonies of #B90242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90242

Black with #B90242

Text Example


Text Example

White with #B90242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90242; }

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

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

background-color css

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

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

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

border-color css

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

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

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