Html Css Color HEX #B2123E Cardinal

📋 copy color: '#B2123E'

red 178 ◦ green 18 ◦ blue 62

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

Shades of Cardinal #B2123E

Tints of Cardinal #B2123E

RGB

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

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

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

R = 68.99%
G = 6.98%
B = 24.03%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.65

 K value IS 0.30

RGB Variations

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

Color information

#B2123E (or 0xB2123E) is known color: Cardinal. HEX triplet: B2, 12 and 3E. RGB value is (178,18,62). Sum of RGB (Red+Green+Blue) = 178+18+62=258 (34% of max value = 765). Red value is 178 (69.92% from 255 or 68.99% from 258); Green value is 18 (7.42% from 255 or 6.98% from 258); Blue value is 62 (24.61% from 255 or 24.03% from 258); Max value from RGB is 178 - color contains mainly: red. Hex color #B2123E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B2123E is #4DEDC1. Grayscale: #464646. Windows color (decimal): -5107138 or 4068018. OLE color: 4068018.

HSL color Cylindrical-coordinate representation of color #B2123E: hue angle of 343.5º 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 #B2123E is Cyan = 0, Magento = 0.90, Yellow = 0.65 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 18 62 -
CMYK 0 0.90 0.65 0.30
HSL 343.5º 0.82% 0.38% -
HSV(B) 343.5º 0.9% 0.7% -
XYZ 19.45 10.25 5.51 -
YUV 70.86 123.01 204.42 -
System Red Green Blue C M Y K H S L
Decimal 178 18 62 0 0.90 0.65 0.30 343.5 0.82 0.38
Hex B2 12 3E 0 5A 41 1E 158 52 26
Octal 262 22 76 0 132 101 36 530 122 46
Binary 10110010 10010 111110 0 1011010 1000001 11110 101011000 1010010 100110

Color Harmonies of #B2123E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2123E

Black with #B2123E

Text Example


Text Example

White with #B2123E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2123E; }

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

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

background-color css

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

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

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

border-color css

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

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

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