Html Css Color HEX #B6193A Cardinal

📋 copy color: '#B6193A'

red 182 ◦ green 25 ◦ blue 58

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

Shades of Cardinal #B6193A

Tints of Cardinal #B6193A

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.43%

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

R = 68.68%
G = 9.43%
B = 21.89%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.68

 K value IS 0.29

RGB Variations

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

Color information

#B6193A (or 0xB6193A) is known color: Cardinal. HEX triplet: B6, 19 and 3A. RGB value is (182,25,58). Sum of RGB (Red+Green+Blue) = 182+25+58=265 (35% of max value = 765). Red value is 182 (71.48% from 255 or 68.68% from 265); Green value is 25 (10.16% from 255 or 9.43% from 265); Blue value is 58 (23.05% from 255 or 21.89% from 265); Max value from RGB is 182 - color contains mainly: red. Hex color #B6193A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B6193A is #49E6C5. Grayscale: #4B4B4B. Windows color (decimal): -4843206 or 3807670. OLE color: 3807670.

HSL color Cylindrical-coordinate representation of color #B6193A: hue angle of 347.39º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B6193A is Cyan = 0, Magento = 0.86, Yellow = 0.68 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 25 58 -
CMYK 0 0.86 0.68 0.29
HSL 347.39º 0.76% 0.41% -
HSV(B) 347.39º 0.86% 0.71% -
XYZ 20.4 10.95 5.04 -
YUV 75.71 118.01 203.82 -
System Red Green Blue C M Y K H S L
Decimal 182 25 58 0 0.86 0.68 0.29 347.39 0.76 0.41
Hex B6 19 3A 0 56 44 1D 15B 4C 29
Octal 266 31 72 0 126 104 35 533 114 51
Binary 10110110 11001 111010 0 1010110 1000100 11101 101011011 1001100 101001

Color Harmonies of #B6193A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6193A

Black with #B6193A

Text Example


Text Example

White with #B6193A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6193A; }

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

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

background-color css

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

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

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

border-color css

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

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

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