Html Css Color HEX #B90232 Cardinal

📋 copy color: '#B90232'

red 185 ◦ green 2 ◦ blue 50

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

Shades of Cardinal #B90232

Tints of Cardinal #B90232

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.84%

 BLUE value IS 50 (19.92% from 255) = 21.1%

R = 78.06%
G = 0.84%
B = 21.1%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.73

 K value IS 0.27

RGB Variations

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

Color information

#B90232 (or 0xB90232) is known color: Cardinal. HEX triplet: B9, 02 and 32. RGB value is (185,2,50). Sum of RGB (Red+Green+Blue) = 185+2+50=237 (31% of max value = 765). Red value is 185 (72.66% from 255 or 78.06% from 237); Green value is 2 (1.17% from 255 or 0.84% from 237); Blue value is 50 (19.92% from 255 or 21.10% from 237); Max value from RGB is 185 - color contains mainly: red. Hex color #B90232 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B90232 is #46FDCD. Grayscale: #3E3E3E. Windows color (decimal): -4652494 or 3277497. OLE color: 3277497.

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

Color convert

RGB 185 2 50 -
CMYK 0 0.99 0.73 0.27
HSL 344.26º 0.98% 0.37% -
HSV(B) 344.26º 0.99% 0.73% -
XYZ 20.61 10.59 3.98 -
YUV 62.19 121.13 215.6 -
System Red Green Blue C M Y K H S L
Decimal 185 2 50 0 0.99 0.73 0.27 344.26 0.98 0.37
Hex B9 2 32 0 63 49 1B 158 62 25
Octal 271 2 62 0 143 111 33 530 142 45
Binary 10111001 10 110010 0 1100011 1001001 11011 101011000 1100010 100101

Color Harmonies of #B90232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90232

Black with #B90232

Text Example


Text Example

White with #B90232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90232; }

 p { color: rgb(185,2,50); }

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

background-color css

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

 a { background-color: rgb(185,2,50); }

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

border-color css

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

 span { border-color: rgb(185,2,50); }

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