Html Css Color HEX #B90331 Cardinal

📋 copy color: '#B90331'

red 185 ◦ green 3 ◦ blue 49

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

Shades of Cardinal #B90331

Tints of Cardinal #B90331

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.27%

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

R = 78.06%
G = 1.27%
B = 20.68%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.74

 K value IS 0.27

RGB Variations

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

Color information

#B90331 (or 0xB90331) is known color: Cardinal. HEX triplet: B9, 03 and 31. RGB value is (185,3,49). Sum of RGB (Red+Green+Blue) = 185+3+49=237 (31% of max value = 765). Red value is 185 (72.66% from 255 or 78.06% from 237); Green value is 3 (1.56% from 255 or 1.27% from 237); Blue value is 49 (19.53% from 255 or 20.68% from 237); Max value from RGB is 185 - color contains mainly: red. Hex color #B90331 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B90331 is #46FCCE. Grayscale: #3E3E3E. Windows color (decimal): -4652239 or 3212217. OLE color: 3212217.

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

Color convert

RGB 185 3 49 -
CMYK 0 0.98 0.74 0.27
HSL 344.84º 0.97% 0.37% -
HSV(B) 344.84º 0.98% 0.73% -
XYZ 20.59 10.6 3.87 -
YUV 62.66 120.3 215.26 -
System Red Green Blue C M Y K H S L
Decimal 185 3 49 0 0.98 0.74 0.27 344.84 0.97 0.37
Hex B9 3 31 0 62 4A 1B 159 61 25
Octal 271 3 61 0 142 112 33 531 141 45
Binary 10111001 11 110001 0 1100010 1001010 11011 101011001 1100001 100101

Color Harmonies of #B90331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90331

Black with #B90331

Text Example


Text Example

White with #B90331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90331; }

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

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

background-color css

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

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

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

border-color css

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

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

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