Html Css Color HEX #B91741 Cardinal

📋 copy color: '#B91741'

red 185 ◦ green 23 ◦ blue 65

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

Shades of Cardinal #B91741

Tints of Cardinal #B91741

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.42%

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

R = 67.77%
G = 8.42%
B = 23.81%

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

#B91741 (or 0xB91741) is known color: Cardinal. HEX triplet: B9, 17 and 41. RGB value is (185,23,65). Sum of RGB (Red+Green+Blue) = 185+23+65=273 (36% of max value = 765). Red value is 185 (72.66% from 255 or 67.77% from 273); Green value is 23 (9.38% from 255 or 8.42% from 273); Blue value is 65 (25.78% from 255 or 23.81% from 273); Max value from RGB is 185 - color contains mainly: red. Hex color #B91741 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B91741 is #46E8BE. Grayscale: #4C4C4C. Windows color (decimal): -4647103 or 4265913. OLE color: 4265913.

HSL color Cylindrical-coordinate representation of color #B91741: hue angle of 344.44º degrees, saturation: 0.78, 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 #B91741 is Cyan = 0, Magento = 0.88, Yellow = 0.65 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 23 65 -
CMYK 0 0.88 0.65 0.27
HSL 344.44º 0.78% 0.41% -
HSV(B) 344.44º 0.88% 0.73% -
XYZ 21.27 11.31 6.06 -
YUV 76.23 121.67 205.58 -
System Red Green Blue C M Y K H S L
Decimal 185 23 65 0 0.88 0.65 0.27 344.44 0.78 0.41
Hex B9 17 41 0 58 41 1B 158 4E 29
Octal 271 27 101 0 130 101 33 530 116 51
Binary 10111001 10111 1000001 0 1011000 1000001 11011 101011000 1001110 101001

Color Harmonies of #B91741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B91741

Black with #B91741

Text Example


Text Example

White with #B91741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B91741; }

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

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

background-color css

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

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

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

border-color css

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

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

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