Html Css Color HEX #B51631 Cardinal

📋 copy color: '#B51631'

red 181 ◦ green 22 ◦ blue 49

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

Shades of Cardinal #B51631

Tints of Cardinal #B51631

RGB

 RED value IS 181 (71.09% from 255) = 71.83%

 GREEN value IS 22 (8.98% from 255) = 8.73%

 BLUE value IS 49 (19.53% from 255) = 19.44%

R = 71.83%
G = 8.73%
B = 19.44%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.73

 K value IS 0.29

RGB Variations

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

Color information

#B51631 (or 0xB51631) is known color: Cardinal. HEX triplet: B5, 16 and 31. RGB value is (181,22,49). Sum of RGB (Red+Green+Blue) = 181+22+49=252 (33% of max value = 765). Red value is 181 (71.09% from 255 or 71.83% from 252); Green value is 22 (8.98% from 255 or 8.73% from 252); Blue value is 49 (19.53% from 255 or 19.44% from 252); Max value from RGB is 181 - color contains mainly: red. Hex color #B51631 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B51631 is #4AE9CE. Grayscale: #484848. Windows color (decimal): -4909519 or 3217077. OLE color: 3217077.

HSL color Cylindrical-coordinate representation of color #B51631: hue angle of 349.81º degrees, saturation: 0.78, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B51631 is Cyan = 0, Magento = 0.88, Yellow = 0.73 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 22 49 -
CMYK 0 0.88 0.73 0.29
HSL 349.81º 0.78% 0.4% -
HSV(B) 349.81º 0.88% 0.71% -
XYZ 19.9 10.62 3.91 -
YUV 72.62 114.68 205.3 -
System Red Green Blue C M Y K H S L
Decimal 181 22 49 0 0.88 0.73 0.29 349.81 0.78 0.4
Hex B5 16 31 0 58 49 1D 15E 4E 28
Octal 265 26 61 0 130 111 35 536 116 50
Binary 10110101 10110 110001 0 1011000 1001001 11101 101011110 1001110 101000

Color Harmonies of #B51631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B51631

Black with #B51631

Text Example


Text Example

White with #B51631

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B51631; }

 p { color: rgb(181,22,49); }

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

background-color css

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

 a { background-color: rgb(181,22,49); }

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

border-color css

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

 span { border-color: rgb(181,22,49); }

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