Html Css Color HEX #B90631 Cardinal

📋 copy color: '#B90631'

red 185 ◦ green 6 ◦ blue 49

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

Shades of Cardinal #B90631

Tints of Cardinal #B90631

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 20.42%

R = 77.08%
G = 2.5%
B = 20.42%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.74

 K value IS 0.27

RGB Variations

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

Color information

#B90631 (or 0xB90631) is known color: Cardinal. HEX triplet: B9, 06 and 31. RGB value is (185,6,49). Sum of RGB (Red+Green+Blue) = 185+6+49=240 (31% of max value = 765). Red value is 185 (72.66% from 255 or 77.08% from 240); Green value is 6 (2.73% from 255 or 2.5% from 240); Blue value is 49 (19.53% from 255 or 20.42% from 240); Max value from RGB is 185 - color contains mainly: red. Hex color #B90631 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B90631 is #46F9CE. Grayscale: #404040. Windows color (decimal): -4651471 or 3212985. OLE color: 3212985.

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

Color convert

RGB 185 6 49 -
CMYK 0 0.97 0.74 0.27
HSL 345.59º 0.94% 0.37% -
HSV(B) 345.59º 0.97% 0.73% -
XYZ 20.63 10.67 3.88 -
YUV 64.42 119.3 214 -
System Red Green Blue C M Y K H S L
Decimal 185 6 49 0 0.97 0.74 0.27 345.59 0.94 0.37
Hex B9 6 31 0 61 4A 1B 15A 5E 25
Octal 271 6 61 0 141 112 33 532 136 45
Binary 10111001 110 110001 0 1100001 1001010 11011 101011010 1011110 100101

Color Harmonies of #B90631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90631

Black with #B90631

Text Example


Text Example

White with #B90631

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90631; }

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

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

background-color css

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

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

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

border-color css

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

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

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