Html Css Color HEX #B90432 Cardinal

📋 copy color: '#B90432'

red 185 ◦ green 4 ◦ blue 50

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

Shades of Cardinal #B90432

Tints of Cardinal #B90432

RGB

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

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

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

R = 77.41%
G = 1.67%
B = 20.92%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.73

 K value IS 0.27

RGB Variations

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

Color information

#B90432 (or 0xB90432) is known color: Cardinal. HEX triplet: B9, 04 and 32. RGB value is (185,4,50). Sum of RGB (Red+Green+Blue) = 185+4+50=239 (31% of max value = 765). Red value is 185 (72.66% from 255 or 77.41% from 239); Green value is 4 (1.95% from 255 or 1.67% from 239); Blue value is 50 (19.92% from 255 or 20.92% from 239); Max value from RGB is 185 - color contains mainly: red. Hex color #B90432 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B90432 is #46FBCD. Grayscale: #3F3F3F. Windows color (decimal): -4651982 or 3278009. OLE color: 3278009.

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

Color convert

RGB 185 4 50 -
CMYK 0 0.98 0.73 0.27
HSL 344.75º 0.96% 0.37% -
HSV(B) 344.75º 0.98% 0.73% -
XYZ 20.63 10.63 3.98 -
YUV 63.36 120.47 214.76 -
System Red Green Blue C M Y K H S L
Decimal 185 4 50 0 0.98 0.73 0.27 344.75 0.96 0.37
Hex B9 4 32 0 62 49 1B 159 60 25
Octal 271 4 62 0 142 111 33 531 140 45
Binary 10111001 100 110010 0 1100010 1001001 11011 101011001 1100000 100101

Color Harmonies of #B90432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90432

Black with #B90432

Text Example


Text Example

White with #B90432

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90432; }

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

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

background-color css

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

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

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

border-color css

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

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

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