Html Css Color HEX #B91835 Cardinal

📋 copy color: '#B91835'

red 185 ◦ green 24 ◦ blue 53

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

Shades of Cardinal #B91835

Tints of Cardinal #B91835

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 20.23%

R = 70.61%
G = 9.16%
B = 20.23%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.71

 K value IS 0.27

RGB Variations

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

Color information

#B91835 (or 0xB91835) is known color: Cardinal. HEX triplet: B9, 18 and 35. RGB value is (185,24,53). Sum of RGB (Red+Green+Blue) = 185+24+53=262 (34% of max value = 765). Red value is 185 (72.66% from 255 or 70.61% from 262); Green value is 24 (9.77% from 255 or 9.16% from 262); Blue value is 53 (21.09% from 255 or 20.23% from 262); Max value from RGB is 185 - color contains mainly: red. Hex color #B91835 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B91835 is #46E7CA. Grayscale: #4B4B4B. Windows color (decimal): -4646859 or 3479737. OLE color: 3479737.

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

Color convert

RGB 185 24 53 -
CMYK 0 0.87 0.71 0.27
HSL 349.19º 0.77% 0.41% -
HSV(B) 349.19º 0.87% 0.73% -
XYZ 20.98 11.22 4.43 -
YUV 75.45 115.34 206.14 -
System Red Green Blue C M Y K H S L
Decimal 185 24 53 0 0.87 0.71 0.27 349.19 0.77 0.41
Hex B9 18 35 0 57 47 1B 15D 4D 29
Octal 271 30 65 0 127 107 33 535 115 51
Binary 10111001 11000 110101 0 1010111 1000111 11011 101011101 1001101 101001

Color Harmonies of #B91835

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B91835

Black with #B91835

Text Example


Text Example

White with #B91835

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B91835; }

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

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

background-color css

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

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

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

border-color css

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

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

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