Html Css Color HEX #B2163E Cardinal

📋 copy color: '#B2163E'

red 178 ◦ green 22 ◦ blue 62

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

Shades of Cardinal #B2163E

Tints of Cardinal #B2163E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 23.66%

R = 67.94%
G = 8.4%
B = 23.66%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.65

 K value IS 0.30

RGB Variations

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

Color information

#B2163E (or 0xB2163E) is known color: Cardinal. HEX triplet: B2, 16 and 3E. RGB value is (178,22,62). Sum of RGB (Red+Green+Blue) = 178+22+62=262 (34% of max value = 765). Red value is 178 (69.92% from 255 or 67.94% from 262); Green value is 22 (8.98% from 255 or 8.40% from 262); Blue value is 62 (24.61% from 255 or 23.66% from 262); Max value from RGB is 178 - color contains mainly: red. Hex color #B2163E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B2163E is #4DE9C1. Grayscale: #494949. Windows color (decimal): -5106114 or 4069042. OLE color: 4069042.

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

Color convert

RGB 178 22 62 -
CMYK 0 0.88 0.65 0.30
HSL 344.62º 0.78% 0.39% -
HSV(B) 344.62º 0.88% 0.7% -
XYZ 19.52 10.39 5.53 -
YUV 73.2 121.68 202.75 -
System Red Green Blue C M Y K H S L
Decimal 178 22 62 0 0.88 0.65 0.30 344.62 0.78 0.39
Hex B2 16 3E 0 58 41 1E 159 4E 27
Octal 262 26 76 0 130 101 36 531 116 47
Binary 10110010 10110 111110 0 1011000 1000001 11110 101011001 1001110 100111

Color Harmonies of #B2163E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2163E

Black with #B2163E

Text Example


Text Example

White with #B2163E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2163E; }

 p { color: rgb(178,22,62); }

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

background-color css

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

 a { background-color: rgb(178,22,62); }

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

border-color css

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

 span { border-color: rgb(178,22,62); }

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