Html Css Color HEX #B5152E Cardinal

📋 copy color: '#B5152E'

red 181 ◦ green 21 ◦ blue 46

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

Shades of Cardinal #B5152E

Tints of Cardinal #B5152E

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.47%

 BLUE value IS 46 (18.36% from 255) = 18.55%

R = 72.98%
G = 8.47%
B = 18.55%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.75

 K value IS 0.29

RGB Variations

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

Color information

#B5152E (or 0xB5152E) is known color: Cardinal. HEX triplet: B5, 15 and 2E. RGB value is (181,21,46). Sum of RGB (Red+Green+Blue) = 181+21+46=248 (32% of max value = 765). Red value is 181 (71.09% from 255 or 72.98% from 248); Green value is 21 (8.59% from 255 or 8.47% from 248); Blue value is 46 (18.36% from 255 or 18.55% from 248); Max value from RGB is 181 - color contains mainly: red. Hex color #B5152E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B5152E is #4AEAD1. Grayscale: #474747. Windows color (decimal): -4909778 or 3020213. OLE color: 3020213.

HSL color Cylindrical-coordinate representation of color #B5152E: hue angle of 350.62º degrees, saturation: 0.79, 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 #B5152E is Cyan = 0, Magento = 0.88, Yellow = 0.75 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 21 46 -
CMYK 0 0.88 0.75 0.29
HSL 350.63º 0.79% 0.4% -
HSV(B) 350.63º 0.88% 0.71% -
XYZ 19.82 10.56 3.58 -
YUV 71.69 113.51 205.97 -
System Red Green Blue C M Y K H S L
Decimal 181 21 46 0 0.88 0.75 0.29 350.63 0.79 0.4
Hex B5 15 2E 0 58 4B 1D 15F 4F 28
Octal 265 25 56 0 130 113 35 537 117 50
Binary 10110101 10101 101110 0 1011000 1001011 11101 101011111 1001111 101000

Color Harmonies of #B5152E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5152E

Black with #B5152E

Text Example


Text Example

White with #B5152E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5152E; }

 p { color: rgb(181,21,46); }

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

background-color css

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

 a { background-color: rgb(181,21,46); }

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

border-color css

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

 span { border-color: rgb(181,21,46); }

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