Html Css Color HEX #B6174A Cardinal

📋 copy color: '#B6174A'

red 182 ◦ green 23 ◦ blue 74

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

Shades of Cardinal #B6174A

Tints of Cardinal #B6174A

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.24%

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

R = 65.23%
G = 8.24%
B = 26.52%

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

#B6174A (or 0xB6174A) is known color: Cardinal. HEX triplet: B6, 17 and 4A. RGB value is (182,23,74). Sum of RGB (Red+Green+Blue) = 182+23+74=279 (36% of max value = 765). Red value is 182 (71.48% from 255 or 65.23% from 279); Green value is 23 (9.38% from 255 or 8.24% from 279); Blue value is 74 (29.30% from 255 or 26.52% from 279); Max value from RGB is 182 - color contains mainly: red. Hex color #B6174A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B6174A is #49E8B5. Grayscale: #4C4C4C. Windows color (decimal): -4843702 or 4855734. OLE color: 4855734.

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

Color convert

RGB 182 23 74 -
CMYK 0 0.87 0.59 0.29
HSL 340.75º 0.78% 0.4% -
HSV(B) 340.75º 0.87% 0.71% -
XYZ 20.83 11.05 7.51 -
YUV 76.36 126.68 203.35 -
System Red Green Blue C M Y K H S L
Decimal 182 23 74 0 0.87 0.59 0.29 340.75 0.78 0.4
Hex B6 17 4A 0 57 3B 1D 155 4E 28
Octal 266 27 112 0 127 73 35 525 116 50
Binary 10110110 10111 1001010 0 1010111 111011 11101 101010101 1001110 101000

Color Harmonies of #B6174A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6174A

Black with #B6174A

Text Example


Text Example

White with #B6174A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6174A; }

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

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

background-color css

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

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

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

border-color css

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

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

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