Html Css Color HEX #B6184A Cardinal

📋 copy color: '#B6184A'

red 182 ◦ green 24 ◦ blue 74

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

Shades of Cardinal #B6184A

Tints of Cardinal #B6184A

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.57%

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

R = 65%
G = 8.57%
B = 26.43%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.59

 K value IS 0.29

RGB Variations

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

Color information

#B6184A (or 0xB6184A) is known color: Cardinal. HEX triplet: B6, 18 and 4A. RGB value is (182,24,74). Sum of RGB (Red+Green+Blue) = 182+24+74=280 (37% of max value = 765). Red value is 182 (71.48% from 255 or 65% from 280); Green value is 24 (9.77% from 255 or 8.57% from 280); Blue value is 74 (29.30% from 255 or 26.43% from 280); Max value from RGB is 182 - color contains mainly: red. Hex color #B6184A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B6184A is #49E7B5. Grayscale: #4C4C4C. Windows color (decimal): -4843446 or 4855990. OLE color: 4855990.

HSL color Cylindrical-coordinate representation of color #B6184A: hue angle of 341.01º degrees, saturation: 0.77, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B6184A is Cyan = 0, Magento = 0.87, Yellow = 0.59 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 24 74 -
CMYK 0 0.87 0.59 0.29
HSL 341.01º 0.77% 0.4% -
HSV(B) 341.01º 0.87% 0.71% -
XYZ 20.85 11.09 7.52 -
YUV 76.94 126.35 202.93 -
System Red Green Blue C M Y K H S L
Decimal 182 24 74 0 0.87 0.59 0.29 341.01 0.77 0.4
Hex B6 18 4A 0 57 3B 1D 155 4D 28
Octal 266 30 112 0 127 73 35 525 115 50
Binary 10110110 11000 1001010 0 1010111 111011 11101 101010101 1001101 101000

Color Harmonies of #B6184A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6184A

Black with #B6184A

Text Example


Text Example

White with #B6184A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6184A; }

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

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

background-color css

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

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

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

border-color css

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

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

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