Html Css Color HEX #B91432 Cardinal

📋 copy color: '#B91432'

red 185 ◦ green 20 ◦ blue 50

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

Shades of Cardinal #B91432

Tints of Cardinal #B91432

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.84%

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

R = 72.55%
G = 7.84%
B = 19.61%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.73

 K value IS 0.27

RGB Variations

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

Color information

#B91432 (or 0xB91432) is known color: Cardinal. HEX triplet: B9, 14 and 32. RGB value is (185,20,50). Sum of RGB (Red+Green+Blue) = 185+20+50=255 (33% of max value = 765). Red value is 185 (72.66% from 255 or 72.55% from 255); Green value is 20 (8.20% from 255 or 7.84% from 255); Blue value is 50 (19.92% from 255 or 19.61% from 255); Max value from RGB is 185 - color contains mainly: red. Hex color #B91432 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B91432 is #46EBCD. Grayscale: #484848. Windows color (decimal): -4647886 or 3282105. OLE color: 3282105.

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

Color convert

RGB 185 20 50 -
CMYK 0 0.89 0.73 0.27
HSL 349.09º 0.8% 0.4% -
HSV(B) 349.09º 0.89% 0.73% -
XYZ 20.83 11.04 4.05 -
YUV 72.76 115.16 208.06 -
System Red Green Blue C M Y K H S L
Decimal 185 20 50 0 0.89 0.73 0.27 349.09 0.8 0.4
Hex B9 14 32 0 59 49 1B 15D 50 28
Octal 271 24 62 0 131 111 33 535 120 50
Binary 10111001 10100 110010 0 1011001 1001001 11011 101011101 1010000 101000

Color Harmonies of #B91432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B91432

Black with #B91432

Text Example


Text Example

White with #B91432

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B91432; }

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

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

background-color css

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

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

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

border-color css

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

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

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