Html Css Color HEX #B91941 Cardinal

📋 copy color: '#B91941'

red 185 ◦ green 25 ◦ blue 65

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

Shades of Cardinal #B91941

Tints of Cardinal #B91941

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.09%

 BLUE value IS 65 (25.78% from 255) = 23.64%

R = 67.27%
G = 9.09%
B = 23.64%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.65

 K value IS 0.27

RGB Variations

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

Color information

#B91941 (or 0xB91941) is known color: Cardinal. HEX triplet: B9, 19 and 41. RGB value is (185,25,65). Sum of RGB (Red+Green+Blue) = 185+25+65=275 (36% of max value = 765). Red value is 185 (72.66% from 255 or 67.27% from 275); Green value is 25 (10.16% from 255 or 9.09% from 275); Blue value is 65 (25.78% from 255 or 23.64% from 275); Max value from RGB is 185 - color contains mainly: red. Hex color #B91941 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B91941 is #46E6BE. Grayscale: #4D4D4D. Windows color (decimal): -4646591 or 4266425. OLE color: 4266425.

HSL color Cylindrical-coordinate representation of color #B91941: hue angle of 345º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B91941 is Cyan = 0, Magento = 0.86, Yellow = 0.65 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 25 65 -
CMYK 0 0.86 0.65 0.27
HSL 345º 0.76% 0.41% -
HSV(B) 345º 0.86% 0.73% -
XYZ 21.31 11.39 6.08 -
YUV 77.4 121.01 204.75 -
System Red Green Blue C M Y K H S L
Decimal 185 25 65 0 0.86 0.65 0.27 345 0.76 0.41
Hex B9 19 41 0 56 41 1B 159 4C 29
Octal 271 31 101 0 126 101 33 531 114 51
Binary 10111001 11001 1000001 0 1010110 1000001 11011 101011001 1001100 101001

Color Harmonies of #B91941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B91941

Black with #B91941

Text Example


Text Example

White with #B91941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B91941; }

 p { color: rgb(185,25,65); }

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

background-color css

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

 a { background-color: rgb(185,25,65); }

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

border-color css

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

 span { border-color: rgb(185,25,65); }

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