Html Css Color HEX #B90431 Cardinal

📋 copy color: '#B90431'

red 185 ◦ green 4 ◦ blue 49

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

Shades of Cardinal #B90431

Tints of Cardinal #B90431

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.68%

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

R = 77.73%
G = 1.68%
B = 20.59%

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

#B90431 (or 0xB90431) is known color: Cardinal. HEX triplet: B9, 04 and 31. RGB value is (185,4,49). Sum of RGB (Red+Green+Blue) = 185+4+49=238 (31% of max value = 765). Red value is 185 (72.66% from 255 or 77.73% from 238); Green value is 4 (1.95% from 255 or 1.68% from 238); Blue value is 49 (19.53% from 255 or 20.59% from 238); Max value from RGB is 185 - color contains mainly: red. Hex color #B90431 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B90431 is #46FBCE. Grayscale: #3F3F3F. Windows color (decimal): -4651983 or 3212473. OLE color: 3212473.

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

Color convert

RGB 185 4 49 -
CMYK 0 0.98 0.74 0.27
HSL 345.08º 0.96% 0.37% -
HSV(B) 345.08º 0.98% 0.73% -
XYZ 20.61 10.62 3.87 -
YUV 63.25 119.97 214.84 -
System Red Green Blue C M Y K H S L
Decimal 185 4 49 0 0.98 0.74 0.27 345.08 0.96 0.37
Hex B9 4 31 0 62 4A 1B 159 60 25
Octal 271 4 61 0 142 112 33 531 140 45
Binary 10111001 100 110001 0 1100010 1001010 11011 101011001 1100000 100101

Color Harmonies of #B90431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90431

Black with #B90431

Text Example


Text Example

White with #B90431

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90431; }

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

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

background-color css

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

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

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

border-color css

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

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

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