Html Css Color HEX #B5163A Cardinal

📋 copy color: '#B5163A'

red 181 ◦ green 22 ◦ blue 58

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

Shades of Cardinal #B5163A

Tints of Cardinal #B5163A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 22.22%

R = 69.35%
G = 8.43%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.68

 K value IS 0.29

RGB Variations

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

Color information

#B5163A (or 0xB5163A) is known color: Cardinal. HEX triplet: B5, 16 and 3A. RGB value is (181,22,58). Sum of RGB (Red+Green+Blue) = 181+22+58=261 (34% of max value = 765). Red value is 181 (71.09% from 255 or 69.35% from 261); Green value is 22 (8.98% from 255 or 8.43% from 261); Blue value is 58 (23.05% from 255 or 22.22% from 261); Max value from RGB is 181 - color contains mainly: red. Hex color #B5163A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B5163A is #4AE9C5. Grayscale: #494949. Windows color (decimal): -4909510 or 3806901. OLE color: 3806901.

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

Color convert

RGB 181 22 58 -
CMYK 0 0.88 0.68 0.29
HSL 346.42º 0.78% 0.4% -
HSV(B) 346.42º 0.88% 0.71% -
XYZ 20.11 10.7 5.01 -
YUV 73.65 119.18 204.57 -
System Red Green Blue C M Y K H S L
Decimal 181 22 58 0 0.88 0.68 0.29 346.42 0.78 0.4
Hex B5 16 3A 0 58 44 1D 15A 4E 28
Octal 265 26 72 0 130 104 35 532 116 50
Binary 10110101 10110 111010 0 1011000 1000100 11101 101011010 1001110 101000

Color Harmonies of #B5163A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5163A

Black with #B5163A

Text Example


Text Example

White with #B5163A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5163A; }

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

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

background-color css

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

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

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

border-color css

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

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

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