Html Css Color HEX #B91935 Cardinal

📋 copy color: '#B91935'

red 185 ◦ green 25 ◦ blue 53

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

Shades of Cardinal #B91935

Tints of Cardinal #B91935

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.51%

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

R = 70.34%
G = 9.51%
B = 20.15%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.71

 K value IS 0.27

RGB Variations

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

Color information

#B91935 (or 0xB91935) is known color: Cardinal. HEX triplet: B9, 19 and 35. RGB value is (185,25,53). Sum of RGB (Red+Green+Blue) = 185+25+53=263 (34% of max value = 765). Red value is 185 (72.66% from 255 or 70.34% from 263); Green value is 25 (10.16% from 255 or 9.51% from 263); Blue value is 53 (21.09% from 255 or 20.15% from 263); Max value from RGB is 185 - color contains mainly: red. Hex color #B91935 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B91935 is #46E6CA. Grayscale: #4C4C4C. Windows color (decimal): -4646603 or 3479993. OLE color: 3479993.

HSL color Cylindrical-coordinate representation of color #B91935: hue angle of 349.5º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B91935 is Cyan = 0, Magento = 0.86, Yellow = 0.71 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 25 53 -
CMYK 0 0.86 0.71 0.27
HSL 349.5º 0.76% 0.41% -
HSV(B) 349.5º 0.86% 0.73% -
XYZ 21 11.27 4.44 -
YUV 76.03 115.01 205.72 -
System Red Green Blue C M Y K H S L
Decimal 185 25 53 0 0.86 0.71 0.27 349.5 0.76 0.41
Hex B9 19 35 0 56 47 1B 15E 4C 29
Octal 271 31 65 0 126 107 33 536 114 51
Binary 10111001 11001 110101 0 1010110 1000111 11011 101011110 1001100 101001

Color Harmonies of #B91935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B91935

Black with #B91935

Text Example


Text Example

White with #B91935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B91935; }

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

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

background-color css

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

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

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

border-color css

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

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

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