Html Css Color HEX #B90831 Cardinal

📋 copy color: '#B90831'

red 185 ◦ green 8 ◦ blue 49

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

Shades of Cardinal #B90831

Tints of Cardinal #B90831

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.31%

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

R = 76.45%
G = 3.31%
B = 20.25%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.74

 K value IS 0.27

RGB Variations

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

Color information

#B90831 (or 0xB90831) is known color: Cardinal. HEX triplet: B9, 08 and 31. RGB value is (185,8,49). Sum of RGB (Red+Green+Blue) = 185+8+49=242 (32% of max value = 765). Red value is 185 (72.66% from 255 or 76.45% from 242); Green value is 8 (3.52% from 255 or 3.31% from 242); Blue value is 49 (19.53% from 255 or 20.25% from 242); Max value from RGB is 185 - color contains mainly: red. Hex color #B90831 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B90831 is #46F7CE. Grayscale: #414141. Windows color (decimal): -4650959 or 3213497. OLE color: 3213497.

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

Color convert

RGB 185 8 49 -
CMYK 0 0.96 0.74 0.27
HSL 346.1º 0.92% 0.38% -
HSV(B) 346.1º 0.96% 0.73% -
XYZ 20.65 10.71 3.88 -
YUV 65.6 118.64 213.17 -
System Red Green Blue C M Y K H S L
Decimal 185 8 49 0 0.96 0.74 0.27 346.1 0.92 0.38
Hex B9 8 31 0 60 4A 1B 15A 5C 26
Octal 271 10 61 0 140 112 33 532 134 46
Binary 10111001 1000 110001 0 1100000 1001010 11011 101011010 1011100 100110

Color Harmonies of #B90831

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90831

Black with #B90831

Text Example


Text Example

White with #B90831

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90831; }

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

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

background-color css

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

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

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

border-color css

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

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

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