Html Css Color HEX #B2122F Cardinal

📋 copy color: '#B2122F'

red 178 ◦ green 18 ◦ blue 47

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

Shades of Cardinal #B2122F

Tints of Cardinal #B2122F

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.41%

 BLUE value IS 47 (18.75% from 255) = 19.34%

R = 73.25%
G = 7.41%
B = 19.34%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.74

 K value IS 0.30

RGB Variations

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

Color information

#B2122F (or 0xB2122F) is known color: Cardinal. HEX triplet: B2, 12 and 2F. RGB value is (178,18,47). Sum of RGB (Red+Green+Blue) = 178+18+47=243 (32% of max value = 765). Red value is 178 (69.92% from 255 or 73.25% from 243); Green value is 18 (7.42% from 255 or 7.41% from 243); Blue value is 47 (18.75% from 255 or 19.34% from 243); Max value from RGB is 178 - color contains mainly: red. Hex color #B2122F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B2122F is #4DEDD0. Grayscale: #454545. Windows color (decimal): -5107153 or 3084978. OLE color: 3084978.

HSL color Cylindrical-coordinate representation of color #B2122F: hue angle of 349.12º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B2122F is Cyan = 0, Magento = 0.90, Yellow = 0.74 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 18 47 -
CMYK 0 0.90 0.74 0.30
HSL 349.13º 0.82% 0.38% -
HSV(B) 349.13º 0.9% 0.7% -
XYZ 19.09 10.1 3.63 -
YUV 69.15 115.51 205.64 -
System Red Green Blue C M Y K H S L
Decimal 178 18 47 0 0.90 0.74 0.30 349.13 0.82 0.38
Hex B2 12 2F 0 5A 4A 1E 15D 52 26
Octal 262 22 57 0 132 112 36 535 122 46
Binary 10110010 10010 101111 0 1011010 1001010 11110 101011101 1010010 100110

Color Harmonies of #B2122F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2122F

Black with #B2122F

Text Example


Text Example

White with #B2122F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2122F; }

 p { color: rgb(178,18,47); }

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

background-color css

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

 a { background-color: rgb(178,18,47); }

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

border-color css

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

 span { border-color: rgb(178,18,47); }

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