Html Css Color HEX #B5163D Cardinal

📋 copy color: '#B5163D'

red 181 ◦ green 22 ◦ blue 61

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

Shades of Cardinal #B5163D

Tints of Cardinal #B5163D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 23.11%

R = 68.56%
G = 8.33%
B = 23.11%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.66

 K value IS 0.29

RGB Variations

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

Color information

#B5163D (or 0xB5163D) is known color: Cardinal. HEX triplet: B5, 16 and 3D. RGB value is (181,22,61). Sum of RGB (Red+Green+Blue) = 181+22+61=264 (34% of max value = 765). Red value is 181 (71.09% from 255 or 68.56% from 264); Green value is 22 (8.98% from 255 or 8.33% from 264); Blue value is 61 (24.22% from 255 or 23.11% from 264); Max value from RGB is 181 - color contains mainly: red. Hex color #B5163D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B5163D is #4AE9C2. Grayscale: #494949. Windows color (decimal): -4909507 or 4003509. OLE color: 4003509.

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

Color convert

RGB 181 22 61 -
CMYK 0 0.88 0.66 0.29
HSL 345.28º 0.78% 0.4% -
HSV(B) 345.28º 0.88% 0.71% -
XYZ 20.19 10.73 5.42 -
YUV 73.99 120.68 204.33 -
System Red Green Blue C M Y K H S L
Decimal 181 22 61 0 0.88 0.66 0.29 345.28 0.78 0.4
Hex B5 16 3D 0 58 42 1D 159 4E 28
Octal 265 26 75 0 130 102 35 531 116 50
Binary 10110101 10110 111101 0 1011000 1000010 11101 101011001 1001110 101000

Color Harmonies of #B5163D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5163D

Black with #B5163D

Text Example


Text Example

White with #B5163D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5163D; }

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

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

background-color css

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

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

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

border-color css

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

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

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