Html Css Color HEX #B90131 Cardinal

📋 copy color: '#B90131'

red 185 ◦ green 1 ◦ blue 49

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

Shades of Cardinal #B90131

Tints of Cardinal #B90131

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.43%

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

R = 78.72%
G = 0.43%
B = 20.85%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.74

 K value IS 0.27

RGB Variations

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

Color information

#B90131 (or 0xB90131) is known color: Cardinal. HEX triplet: B9, 01 and 31. RGB value is (185,1,49). Sum of RGB (Red+Green+Blue) = 185+1+49=235 (31% of max value = 765). Red value is 185 (72.66% from 255 or 78.72% from 235); Green value is 1 (0.78% from 255 or 0.43% from 235); Blue value is 49 (19.53% from 255 or 20.85% from 235); Max value from RGB is 185 - color contains mainly: red. Hex color #B90131 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B90131 is #46FECE. Grayscale: #3D3D3D. Windows color (decimal): -4652751 or 3211705. OLE color: 3211705.

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

Color convert

RGB 185 1 49 -
CMYK 0 0.99 0.74 0.27
HSL 344.35º 0.99% 0.36% -
HSV(B) 344.35º 0.99% 0.73% -
XYZ 20.57 10.56 3.86 -
YUV 61.49 120.96 216.1 -
System Red Green Blue C M Y K H S L
Decimal 185 1 49 0 0.99 0.74 0.27 344.35 0.99 0.36
Hex B9 1 31 0 63 4A 1B 158 63 24
Octal 271 1 61 0 143 112 33 530 143 44
Binary 10111001 1 110001 0 1100011 1001010 11011 101011000 1100011 100100

Color Harmonies of #B90131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90131

Black with #B90131

Text Example


Text Example

White with #B90131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90131; }

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

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

background-color css

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

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

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

border-color css

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

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

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