Html Css Color HEX #B91728 Cardinal

📋 copy color: '#B91728'

red 185 ◦ green 23 ◦ blue 40

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

Shades of Cardinal #B91728

Tints of Cardinal #B91728

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 16.13%

R = 74.6%
G = 9.27%
B = 16.13%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.78

 K value IS 0.27

RGB Variations

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

Color information

#B91728 (or 0xB91728) is known color: Cardinal. HEX triplet: B9, 17 and 28. RGB value is (185,23,40). Sum of RGB (Red+Green+Blue) = 185+23+40=248 (32% of max value = 765). Red value is 185 (72.66% from 255 or 74.60% from 248); Green value is 23 (9.38% from 255 or 9.27% from 248); Blue value is 40 (16.02% from 255 or 16.13% from 248); Max value from RGB is 185 - color contains mainly: red. Hex color #B91728 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B91728 is #46E8D7. Grayscale: #494949. Windows color (decimal): -4647128 or 2627513. OLE color: 2627513.

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

Color convert

RGB 185 23 40 -
CMYK 0 0.88 0.78 0.27
HSL 353.7º 0.78% 0.41% -
HSV(B) 353.7º 0.88% 0.73% -
XYZ 20.7 11.08 3.06 -
YUV 73.38 109.17 207.62 -
System Red Green Blue C M Y K H S L
Decimal 185 23 40 0 0.88 0.78 0.27 353.7 0.78 0.41
Hex B9 17 28 0 58 4E 1B 162 4E 29
Octal 271 27 50 0 130 116 33 542 116 51
Binary 10111001 10111 101000 0 1011000 1001110 11011 101100010 1001110 101001

Color Harmonies of #B91728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B91728

Black with #B91728

Text Example


Text Example

White with #B91728

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B91728; }

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

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

background-color css

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

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

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

border-color css

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

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

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