Html Css Color HEX #B91841 Cardinal

📋 copy color: '#B91841'

red 185 ◦ green 24 ◦ blue 65

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

Shades of Cardinal #B91841

Tints of Cardinal #B91841

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.76%

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

R = 67.52%
G = 8.76%
B = 23.72%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.65

 K value IS 0.27

RGB Variations

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

Color information

#B91841 (or 0xB91841) is known color: Cardinal. HEX triplet: B9, 18 and 41. RGB value is (185,24,65). Sum of RGB (Red+Green+Blue) = 185+24+65=274 (36% of max value = 765). Red value is 185 (72.66% from 255 or 67.52% from 274); Green value is 24 (9.77% from 255 or 8.76% from 274); Blue value is 65 (25.78% from 255 or 23.72% from 274); Max value from RGB is 185 - color contains mainly: red. Hex color #B91841 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B91841 is #46E7BE. Grayscale: #4C4C4C. Windows color (decimal): -4646847 or 4266169. OLE color: 4266169.

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

Color convert

RGB 185 24 65 -
CMYK 0 0.87 0.65 0.27
HSL 344.72º 0.77% 0.41% -
HSV(B) 344.72º 0.87% 0.73% -
XYZ 21.29 11.35 6.07 -
YUV 76.81 121.34 205.17 -
System Red Green Blue C M Y K H S L
Decimal 185 24 65 0 0.87 0.65 0.27 344.72 0.77 0.41
Hex B9 18 41 0 57 41 1B 159 4D 29
Octal 271 30 101 0 127 101 33 531 115 51
Binary 10111001 11000 1000001 0 1010111 1000001 11011 101011001 1001101 101001

Color Harmonies of #B91841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B91841

Black with #B91841

Text Example


Text Example

White with #B91841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B91841; }

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

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

background-color css

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

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

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

border-color css

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

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

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