Html Css Color HEX #B0163C Cardinal

📋 copy color: '#B0163C'

red 176 ◦ green 22 ◦ blue 60

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

Shades of Cardinal #B0163C

Tints of Cardinal #B0163C

RGB

 RED value IS 176 (69.14% from 255) = 68.22%

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

 BLUE value IS 60 (23.83% from 255) = 23.26%

R = 68.22%
G = 8.53%
B = 23.26%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.66

 K value IS 0.31

RGB Variations

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

Color information

#B0163C (or 0xB0163C) is known color: Cardinal. HEX triplet: B0, 16 and 3C. RGB value is (176,22,60). Sum of RGB (Red+Green+Blue) = 176+22+60=258 (34% of max value = 765). Red value is 176 (69.14% from 255 or 68.22% from 258); Green value is 22 (8.98% from 255 or 8.53% from 258); Blue value is 60 (23.83% from 255 or 23.26% from 258); Max value from RGB is 176 - color contains mainly: red. Hex color #B0163C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B0163C is #4FE9C3. Grayscale: #484848. Windows color (decimal): -5237188 or 3937968. OLE color: 3937968.

HSL color Cylindrical-coordinate representation of color #B0163C: hue angle of 345.19º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B0163C is Cyan = 0, Magento = 0.88, Yellow = 0.66 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 22 60 -
CMYK 0 0.88 0.66 0.31
HSL 345.19º 0.78% 0.39% -
HSV(B) 345.19º 0.88% 0.69% -
XYZ 19.01 10.13 5.23 -
YUV 72.38 121.02 201.91 -
System Red Green Blue C M Y K H S L
Decimal 176 22 60 0 0.88 0.66 0.31 345.19 0.78 0.39
Hex B0 16 3C 0 58 42 1F 159 4E 27
Octal 260 26 74 0 130 102 37 531 116 47
Binary 10110000 10110 111100 0 1011000 1000010 11111 101011001 1001110 100111

Color Harmonies of #B0163C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0163C

Black with #B0163C

Text Example


Text Example

White with #B0163C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0163C; }

 p { color: rgb(176,22,60); }

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

background-color css

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

 a { background-color: rgb(176,22,60); }

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

border-color css

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

 span { border-color: rgb(176,22,60); }

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