Html Css Color HEX #B90E40 Cardinal

📋 copy color: '#B90E40'

red 185 ◦ green 14 ◦ blue 64

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

Shades of Cardinal #B90E40

Tints of Cardinal #B90E40

RGB

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

 GREEN value IS 14 (5.86% from 255) = 5.32%

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

R = 70.34%
G = 5.32%
B = 24.33%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.65

 K value IS 0.27

RGB Variations

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

Color information

#B90E40 (or 0xB90E40) is known color: Cardinal. HEX triplet: B9, 0E and 40. RGB value is (185,14,64). Sum of RGB (Red+Green+Blue) = 185+14+64=263 (34% of max value = 765). Red value is 185 (72.66% from 255 or 70.34% from 263); Green value is 14 (5.86% from 255 or 5.32% from 263); Blue value is 64 (25.39% from 255 or 24.33% from 263); Max value from RGB is 185 - color contains mainly: red. Hex color #B90E40 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B90E40 is #46F1BF. Grayscale: #464646. Windows color (decimal): -4649408 or 4198073. OLE color: 4198073.

HSL color Cylindrical-coordinate representation of color #B90E40: hue angle of 342.46º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B90E40 is Cyan = 0, Magento = 0.92, Yellow = 0.65 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 14 64 -
CMYK 0 0.92 0.65 0.27
HSL 342.46º 0.86% 0.39% -
HSV(B) 342.46º 0.92% 0.73% -
XYZ 21.09 11 5.86 -
YUV 70.83 124.15 209.43 -
System Red Green Blue C M Y K H S L
Decimal 185 14 64 0 0.92 0.65 0.27 342.46 0.86 0.39
Hex B9 E 40 0 5C 41 1B 156 56 27
Octal 271 16 100 0 134 101 33 526 126 47
Binary 10111001 1110 1000000 0 1011100 1000001 11011 101010110 1010110 100111

Color Harmonies of #B90E40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90E40

Black with #B90E40

Text Example


Text Example

White with #B90E40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90E40; }

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

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

background-color css

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

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

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

border-color css

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

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

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