Html Css Color HEX #B90E42 Cardinal

📋 copy color: '#B90E42'

red 185 ◦ green 14 ◦ blue 66

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

Shades of Cardinal #B90E42

Tints of Cardinal #B90E42

RGB

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

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

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

R = 69.81%
G = 5.28%
B = 24.91%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.64

 K value IS 0.27

RGB Variations

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

Color information

#B90E42 (or 0xB90E42) is known color: Cardinal. HEX triplet: B9, 0E and 42. RGB value is (185,14,66). Sum of RGB (Red+Green+Blue) = 185+14+66=265 (35% of max value = 765). Red value is 185 (72.66% from 255 or 69.81% from 265); Green value is 14 (5.86% from 255 or 5.28% from 265); Blue value is 66 (26.17% from 255 or 24.91% from 265); Max value from RGB is 185 - color contains mainly: red. Hex color #B90E42 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B90E42 is #46F1BD. Grayscale: #474747. Windows color (decimal): -4649406 or 4329145. OLE color: 4329145.

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

Color convert

RGB 185 14 66 -
CMYK 0 0.92 0.64 0.27
HSL 341.75º 0.86% 0.39% -
HSV(B) 341.75º 0.92% 0.73% -
XYZ 21.15 11.02 6.17 -
YUV 71.06 125.15 209.27 -
System Red Green Blue C M Y K H S L
Decimal 185 14 66 0 0.92 0.64 0.27 341.75 0.86 0.39
Hex B9 E 42 0 5C 40 1B 156 56 27
Octal 271 16 102 0 134 100 33 526 126 47
Binary 10111001 1110 1000010 0 1011100 1000000 11011 101010110 1010110 100111

Color Harmonies of #B90E42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90E42

Black with #B90E42

Text Example


Text Example

White with #B90E42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90E42; }

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

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

background-color css

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

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

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

border-color css

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

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

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