Html Css Color HEX #B2132B Cardinal

📋 copy color: '#B2132B'

red 178 ◦ green 19 ◦ blue 43

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

Shades of Cardinal #B2132B

Tints of Cardinal #B2132B

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.92%

 BLUE value IS 43 (17.19% from 255) = 17.92%

R = 74.17%
G = 7.92%
B = 17.92%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.76

 K value IS 0.30

RGB Variations

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

Color information

#B2132B (or 0xB2132B) is known color: Cardinal. HEX triplet: B2, 13 and 2B. RGB value is (178,19,43). Sum of RGB (Red+Green+Blue) = 178+19+43=240 (31% of max value = 765). Red value is 178 (69.92% from 255 or 74.17% from 240); Green value is 19 (7.81% from 255 or 7.92% from 240); Blue value is 43 (17.19% from 255 or 17.92% from 240); Max value from RGB is 178 - color contains mainly: red. Hex color #B2132B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B2132B is #4DECD4. Grayscale: #454545. Windows color (decimal): -5106901 or 2823090. OLE color: 2823090.

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

Color convert

RGB 178 19 43 -
CMYK 0 0.89 0.76 0.30
HSL 350.94º 0.81% 0.39% -
HSV(B) 350.94º 0.89% 0.7% -
XYZ 19.03 10.11 3.23 -
YUV 69.28 113.18 205.55 -
System Red Green Blue C M Y K H S L
Decimal 178 19 43 0 0.89 0.76 0.30 350.94 0.81 0.39
Hex B2 13 2B 0 59 4C 1E 15F 51 27
Octal 262 23 53 0 131 114 36 537 121 47
Binary 10110010 10011 101011 0 1011001 1001100 11110 101011111 1010001 100111

Color Harmonies of #B2132B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2132B

Black with #B2132B

Text Example


Text Example

White with #B2132B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2132B; }

 p { color: rgb(178,19,43); }

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

background-color css

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

 a { background-color: rgb(178,19,43); }

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

border-color css

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

 span { border-color: rgb(178,19,43); }

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