Html Css Color HEX #B91729 Cardinal

📋 copy color: '#B91729'

red 185 ◦ green 23 ◦ blue 41

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

Shades of Cardinal #B91729

Tints of Cardinal #B91729

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 16.47%

R = 74.3%
G = 9.24%
B = 16.47%

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

#B91729 (or 0xB91729) is known color: Cardinal. HEX triplet: B9, 17 and 29. RGB value is (185,23,41). Sum of RGB (Red+Green+Blue) = 185+23+41=249 (32% of max value = 765). Red value is 185 (72.66% from 255 or 74.30% from 249); Green value is 23 (9.38% from 255 or 9.24% from 249); Blue value is 41 (16.41% from 255 or 16.47% from 249); Max value from RGB is 185 - color contains mainly: red. Hex color #B91729 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B91729 is #46E8D6. Grayscale: #494949. Windows color (decimal): -4647127 or 2693049. OLE color: 2693049.

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

Color convert

RGB 185 23 41 -
CMYK 0 0.88 0.78 0.27
HSL 353.33º 0.78% 0.41% -
HSV(B) 353.33º 0.88% 0.73% -
XYZ 20.71 11.09 3.15 -
YUV 73.49 109.67 207.54 -
System Red Green Blue C M Y K H S L
Decimal 185 23 41 0 0.88 0.78 0.27 353.33 0.78 0.41
Hex B9 17 29 0 58 4E 1B 161 4E 29
Octal 271 27 51 0 130 116 33 541 116 51
Binary 10111001 10111 101001 0 1011000 1001110 11011 101100001 1001110 101001

Color Harmonies of #B91729

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B91729

Black with #B91729

Text Example


Text Example

White with #B91729

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B91729; }

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

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

background-color css

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

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

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

border-color css

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

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

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