Html Css Color HEX #B0163E Cardinal

📋 copy color: '#B0163E'

red 176 ◦ green 22 ◦ blue 62

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

Shades of Cardinal #B0163E

Tints of Cardinal #B0163E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 23.85%

R = 67.69%
G = 8.46%
B = 23.85%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.65

 K value IS 0.31

RGB Variations

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

Color information

#B0163E (or 0xB0163E) is known color: Cardinal. HEX triplet: B0, 16 and 3E. RGB value is (176,22,62). Sum of RGB (Red+Green+Blue) = 176+22+62=260 (34% of max value = 765). Red value is 176 (69.14% from 255 or 67.69% from 260); Green value is 22 (8.98% from 255 or 8.46% from 260); Blue value is 62 (24.61% from 255 or 23.85% from 260); Max value from RGB is 176 - color contains mainly: red. Hex color #B0163E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B0163E is #4FE9C1. Grayscale: #484848. Windows color (decimal): -5237186 or 4069040. OLE color: 4069040.

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

Color convert

RGB 176 22 62 -
CMYK 0 0.88 0.65 0.31
HSL 344.42º 0.78% 0.39% -
HSV(B) 344.42º 0.88% 0.69% -
XYZ 19.06 10.15 5.51 -
YUV 72.61 122.02 201.75 -
System Red Green Blue C M Y K H S L
Decimal 176 22 62 0 0.88 0.65 0.31 344.42 0.78 0.39
Hex B0 16 3E 0 58 41 1F 158 4E 27
Octal 260 26 76 0 130 101 37 530 116 47
Binary 10110000 10110 111110 0 1011000 1000001 11111 101011000 1001110 100111

Color Harmonies of #B0163E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0163E

Black with #B0163E

Text Example


Text Example

White with #B0163E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0163E; }

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

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

background-color css

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

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

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

border-color css

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

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

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