Html Css Color HEX #B90641 Cardinal

📋 copy color: '#B90641'

red 185 ◦ green 6 ◦ blue 65

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

Shades of Cardinal #B90641

Tints of Cardinal #B90641

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.34%

 BLUE value IS 65 (25.78% from 255) = 25.39%

R = 72.27%
G = 2.34%
B = 25.39%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.65

 K value IS 0.27

RGB Variations

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

Color information

#B90641 (or 0xB90641) is known color: Cardinal. HEX triplet: B9, 06 and 41. RGB value is (185,6,65). Sum of RGB (Red+Green+Blue) = 185+6+65=256 (33% of max value = 765). Red value is 185 (72.66% from 255 or 72.27% from 256); Green value is 6 (2.73% from 255 or 2.34% from 256); Blue value is 65 (25.78% from 255 or 25.39% from 256); Max value from RGB is 185 - color contains mainly: red. Hex color #B90641 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B90641 is #46F9BE. Grayscale: #424242. Windows color (decimal): -4651455 or 4261561. OLE color: 4261561.

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

Color convert

RGB 185 6 65 -
CMYK 0 0.97 0.65 0.27
HSL 340.22º 0.94% 0.37% -
HSV(B) 340.22º 0.97% 0.73% -
XYZ 21.03 10.83 5.98 -
YUV 66.25 127.3 212.7 -
System Red Green Blue C M Y K H S L
Decimal 185 6 65 0 0.97 0.65 0.27 340.22 0.94 0.37
Hex B9 6 41 0 61 41 1B 154 5E 25
Octal 271 6 101 0 141 101 33 524 136 45
Binary 10111001 110 1000001 0 1100001 1000001 11011 101010100 1011110 100101

Color Harmonies of #B90641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90641

Black with #B90641

Text Example


Text Example

White with #B90641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90641; }

 p { color: rgb(185,6,65); }

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

background-color css

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

 a { background-color: rgb(185,6,65); }

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

border-color css

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

 span { border-color: rgb(185,6,65); }

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