Html Css Color HEX #B6164A Cardinal

📋 copy color: '#B6164A'

red 182 ◦ green 22 ◦ blue 74

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

Shades of Cardinal #B6164A

Tints of Cardinal #B6164A

RGB

 RED value IS 182 (71.48% from 255) = 65.47%

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

 BLUE value IS 74 (29.3% from 255) = 26.62%

R = 65.47%
G = 7.91%
B = 26.62%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.59

 K value IS 0.29

RGB Variations

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

Color information

#B6164A (or 0xB6164A) is known color: Cardinal. HEX triplet: B6, 16 and 4A. RGB value is (182,22,74). Sum of RGB (Red+Green+Blue) = 182+22+74=278 (36% of max value = 765). Red value is 182 (71.48% from 255 or 65.47% from 278); Green value is 22 (8.98% from 255 or 7.91% from 278); Blue value is 74 (29.30% from 255 or 26.62% from 278); Max value from RGB is 182 - color contains mainly: red. Hex color #B6164A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B6164A is #49E9B5. Grayscale: #4B4B4B. Windows color (decimal): -4843958 or 4855478. OLE color: 4855478.

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

Color convert

RGB 182 22 74 -
CMYK 0 0.88 0.59 0.29
HSL 340.5º 0.78% 0.4% -
HSV(B) 340.5º 0.88% 0.71% -
XYZ 20.81 11.01 7.51 -
YUV 75.77 127.01 203.77 -
System Red Green Blue C M Y K H S L
Decimal 182 22 74 0 0.88 0.59 0.29 340.5 0.78 0.4
Hex B6 16 4A 0 58 3B 1D 154 4E 28
Octal 266 26 112 0 130 73 35 524 116 50
Binary 10110110 10110 1001010 0 1011000 111011 11101 101010100 1001110 101000

Color Harmonies of #B6164A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6164A

Black with #B6164A

Text Example


Text Example

White with #B6164A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6164A; }

 p { color: rgb(182,22,74); }

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

background-color css

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

 a { background-color: rgb(182,22,74); }

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

border-color css

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

 span { border-color: rgb(182,22,74); }

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