Html Css Color HEX #B91840 Cardinal

📋 copy color: '#B91840'

red 185 ◦ green 24 ◦ blue 64

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

Shades of Cardinal #B91840

Tints of Cardinal #B91840

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 23.44%

R = 67.77%
G = 8.79%
B = 23.44%

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

#B91840 (or 0xB91840) is known color: Cardinal. HEX triplet: B9, 18 and 40. RGB value is (185,24,64). Sum of RGB (Red+Green+Blue) = 185+24+64=273 (36% of max value = 765). Red value is 185 (72.66% from 255 or 67.77% from 273); Green value is 24 (9.77% from 255 or 8.79% from 273); Blue value is 64 (25.39% from 255 or 23.44% from 273); Max value from RGB is 185 - color contains mainly: red. Hex color #B91840 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B91840 is #46E7BF. Grayscale: #4C4C4C. Windows color (decimal): -4646848 or 4200633. OLE color: 4200633.

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

Color convert

RGB 185 24 64 -
CMYK 0 0.87 0.65 0.27
HSL 345.09º 0.77% 0.41% -
HSV(B) 345.09º 0.87% 0.73% -
XYZ 21.26 11.34 5.92 -
YUV 76.7 120.84 205.25 -
System Red Green Blue C M Y K H S L
Decimal 185 24 64 0 0.87 0.65 0.27 345.09 0.77 0.41
Hex B9 18 40 0 57 41 1B 159 4D 29
Octal 271 30 100 0 127 101 33 531 115 51
Binary 10111001 11000 1000000 0 1010111 1000001 11011 101011001 1001101 101001

Color Harmonies of #B91840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B91840

Black with #B91840

Text Example


Text Example

White with #B91840

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B91840; }

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

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

background-color css

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

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

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

border-color css

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

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

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