Html Css Color HEX #B90240 Cardinal

📋 copy color: '#B90240'

red 185 ◦ green 2 ◦ blue 64

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

Shades of Cardinal #B90240

Tints of Cardinal #B90240

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 25.5%

R = 73.71%
G = 0.8%
B = 25.5%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.65

 K value IS 0.27

RGB Variations

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

Color information

#B90240 (or 0xB90240) is known color: Cardinal. HEX triplet: B9, 02 and 40. RGB value is (185,2,64). Sum of RGB (Red+Green+Blue) = 185+2+64=251 (33% of max value = 765). Red value is 185 (72.66% from 255 or 73.71% from 251); Green value is 2 (1.17% from 255 or 0.80% from 251); Blue value is 64 (25.39% from 255 or 25.50% from 251); Max value from RGB is 185 - color contains mainly: red. Hex color #B90240 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B90240 is #46FDBF. Grayscale: #3F3F3F. Windows color (decimal): -4652480 or 4195001. OLE color: 4195001.

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

Color convert

RGB 185 2 64 -
CMYK 0 0.99 0.65 0.27
HSL 339.67º 0.98% 0.37% -
HSV(B) 339.67º 0.99% 0.73% -
XYZ 20.95 10.73 5.82 -
YUV 63.79 128.13 214.46 -
System Red Green Blue C M Y K H S L
Decimal 185 2 64 0 0.99 0.65 0.27 339.67 0.98 0.37
Hex B9 2 40 0 63 41 1B 154 62 25
Octal 271 2 100 0 143 101 33 524 142 45
Binary 10111001 10 1000000 0 1100011 1000001 11011 101010100 1100010 100101

Color Harmonies of #B90240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90240

Black with #B90240

Text Example


Text Example

White with #B90240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90240; }

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

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

background-color css

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

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

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

border-color css

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

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

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