Html Css Color HEX #B91641 Cardinal

📋 copy color: '#B91641'

red 185 ◦ green 22 ◦ blue 65

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

Shades of Cardinal #B91641

Tints of Cardinal #B91641

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.09%

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

R = 68.01%
G = 8.09%
B = 23.9%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.65

 K value IS 0.27

RGB Variations

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

Color information

#B91641 (or 0xB91641) is known color: Cardinal. HEX triplet: B9, 16 and 41. RGB value is (185,22,65). Sum of RGB (Red+Green+Blue) = 185+22+65=272 (36% of max value = 765). Red value is 185 (72.66% from 255 or 68.01% from 272); Green value is 22 (8.98% from 255 or 8.09% from 272); Blue value is 65 (25.78% from 255 or 23.90% from 272); Max value from RGB is 185 - color contains mainly: red. Hex color #B91641 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B91641 is #46E9BE. Grayscale: #4B4B4B. Windows color (decimal): -4647359 or 4265657. OLE color: 4265657.

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

Color convert

RGB 185 22 65 -
CMYK 0 0.88 0.65 0.27
HSL 344.17º 0.79% 0.41% -
HSV(B) 344.17º 0.88% 0.73% -
XYZ 21.25 11.27 6.06 -
YUV 75.64 122 206 -
System Red Green Blue C M Y K H S L
Decimal 185 22 65 0 0.88 0.65 0.27 344.17 0.79 0.41
Hex B9 16 41 0 58 41 1B 158 4F 29
Octal 271 26 101 0 130 101 33 530 117 51
Binary 10111001 10110 1000001 0 1011000 1000001 11011 101011000 1001111 101001

Color Harmonies of #B91641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B91641

Black with #B91641

Text Example


Text Example

White with #B91641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B91641; }

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

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

background-color css

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

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

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

border-color css

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

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

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