Html Css Color HEX #B6163A Cardinal

📋 copy color: '#B6163A'

red 182 ◦ green 22 ◦ blue 58

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

Shades of Cardinal #B6163A

Tints of Cardinal #B6163A

RGB

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

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

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

R = 69.47%
G = 8.4%
B = 22.14%

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

#B6163A (or 0xB6163A) is known color: Cardinal. HEX triplet: B6, 16 and 3A. RGB value is (182,22,58). Sum of RGB (Red+Green+Blue) = 182+22+58=262 (34% of max value = 765). Red value is 182 (71.48% from 255 or 69.47% from 262); Green value is 22 (8.98% from 255 or 8.40% from 262); Blue value is 58 (23.05% from 255 or 22.14% from 262); Max value from RGB is 182 - color contains mainly: red. Hex color #B6163A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B6163A is #49E9C5. Grayscale: #494949. Windows color (decimal): -4843974 or 3806902. OLE color: 3806902.

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

Color convert

RGB 182 22 58 -
CMYK 0 0.88 0.68 0.29
HSL 346.5º 0.78% 0.4% -
HSV(B) 346.5º 0.88% 0.71% -
XYZ 20.34 10.82 5.02 -
YUV 73.94 119.01 205.07 -
System Red Green Blue C M Y K H S L
Decimal 182 22 58 0 0.88 0.68 0.29 346.5 0.78 0.4
Hex B6 16 3A 0 58 44 1D 15A 4E 28
Octal 266 26 72 0 130 104 35 532 116 50
Binary 10110110 10110 111010 0 1011000 1000100 11101 101011010 1001110 101000

Color Harmonies of #B6163A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6163A

Black with #B6163A

Text Example


Text Example

White with #B6163A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6163A; }

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

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

background-color css

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

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

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

border-color css

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

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

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