Html Css Color HEX #B81935 Cardinal

📋 copy color: '#B81935'

red 184 ◦ green 25 ◦ blue 53

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

Shades of Cardinal #B81935

Tints of Cardinal #B81935

RGB

 RED value IS 184 (72.27% from 255) = 70.23%

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

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

R = 70.23%
G = 9.54%
B = 20.23%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.71

 K value IS 0.28

RGB Variations

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

Color information

#B81935 (or 0xB81935) is known color: Cardinal. HEX triplet: B8, 19 and 35. RGB value is (184,25,53). Sum of RGB (Red+Green+Blue) = 184+25+53=262 (34% of max value = 765). Red value is 184 (72.27% from 255 or 70.23% from 262); Green value is 25 (10.16% from 255 or 9.54% from 262); Blue value is 53 (21.09% from 255 or 20.23% from 262); Max value from RGB is 184 - color contains mainly: red. Hex color #B81935 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B81935 is #47E6CA. Grayscale: #4B4B4B. Windows color (decimal): -4712139 or 3479992. OLE color: 3479992.

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

Color convert

RGB 184 25 53 -
CMYK 0 0.86 0.71 0.28
HSL 349.43º 0.76% 0.41% -
HSV(B) 349.43º 0.86% 0.72% -
XYZ 20.76 11.14 4.42 -
YUV 75.73 115.18 205.22 -
System Red Green Blue C M Y K H S L
Decimal 184 25 53 0 0.86 0.71 0.28 349.43 0.76 0.41
Hex B8 19 35 0 56 47 1C 15D 4C 29
Octal 270 31 65 0 126 107 34 535 114 51
Binary 10111000 11001 110101 0 1010110 1000111 11100 101011101 1001100 101001

Color Harmonies of #B81935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B81935

Black with #B81935

Text Example


Text Example

White with #B81935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B81935; }

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

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

background-color css

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

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

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

border-color css

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

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

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