Html Css Color HEX #B2174A Cardinal

📋 copy color: '#B2174A'

red 178 ◦ green 23 ◦ blue 74

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

Shades of Cardinal #B2174A

Tints of Cardinal #B2174A

RGB

 RED value IS 178 (69.92% from 255) = 64.73%

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

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

R = 64.73%
G = 8.36%
B = 26.91%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.58

 K value IS 0.30

RGB Variations

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

Color information

#B2174A (or 0xB2174A) is known color: Cardinal. HEX triplet: B2, 17 and 4A. RGB value is (178,23,74). Sum of RGB (Red+Green+Blue) = 178+23+74=275 (36% of max value = 765). Red value is 178 (69.92% from 255 or 64.73% from 275); Green value is 23 (9.38% from 255 or 8.36% from 275); Blue value is 74 (29.30% from 255 or 26.91% from 275); Max value from RGB is 178 - color contains mainly: red. Hex color #B2174A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B2174A is #4DE8B5. Grayscale: #4B4B4B. Windows color (decimal): -5105846 or 4855730. OLE color: 4855730.

HSL color Cylindrical-coordinate representation of color #B2174A: hue angle of 340.26º degrees, saturation: 0.77, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B2174A is Cyan = 0, Magento = 0.87, Yellow = 0.58 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 23 74 -
CMYK 0 0.87 0.58 0.30
HSL 340.26º 0.77% 0.39% -
HSV(B) 340.26º 0.87% 0.7% -
XYZ 19.9 10.57 7.47 -
YUV 75.16 127.35 201.35 -
System Red Green Blue C M Y K H S L
Decimal 178 23 74 0 0.87 0.58 0.30 340.26 0.77 0.39
Hex B2 17 4A 0 57 3A 1E 154 4D 27
Octal 262 27 112 0 127 72 36 524 115 47
Binary 10110010 10111 1001010 0 1010111 111010 11110 101010100 1001101 100111

Color Harmonies of #B2174A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2174A

Black with #B2174A

Text Example


Text Example

White with #B2174A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2174A; }

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

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

background-color css

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

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

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

border-color css

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

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

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