Html Css Color HEX #B2123C Cardinal

📋 copy color: '#B2123C'

red 178 ◦ green 18 ◦ blue 60

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

Shades of Cardinal #B2123C

Tints of Cardinal #B2123C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 23.44%

R = 69.53%
G = 7.03%
B = 23.44%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.66

 K value IS 0.30

RGB Variations

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

Color information

#B2123C (or 0xB2123C) is known color: Cardinal. HEX triplet: B2, 12 and 3C. RGB value is (178,18,60). Sum of RGB (Red+Green+Blue) = 178+18+60=256 (33% of max value = 765). Red value is 178 (69.92% from 255 or 69.53% from 256); Green value is 18 (7.42% from 255 or 7.03% from 256); Blue value is 60 (23.83% from 255 or 23.44% from 256); Max value from RGB is 178 - color contains mainly: red. Hex color #B2123C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B2123C is #4DEDC3. Grayscale: #464646. Windows color (decimal): -5107140 or 3936946. OLE color: 3936946.

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

Color convert

RGB 178 18 60 -
CMYK 0 0.90 0.66 0.30
HSL 344.25º 0.82% 0.38% -
HSV(B) 344.25º 0.9% 0.7% -
XYZ 19.39 10.22 5.23 -
YUV 70.63 122.01 204.58 -
System Red Green Blue C M Y K H S L
Decimal 178 18 60 0 0.90 0.66 0.30 344.25 0.82 0.38
Hex B2 12 3C 0 5A 42 1E 158 52 26
Octal 262 22 74 0 132 102 36 530 122 46
Binary 10110010 10010 111100 0 1011010 1000010 11110 101011000 1010010 100110

Color Harmonies of #B2123C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2123C

Black with #B2123C

Text Example


Text Example

White with #B2123C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2123C; }

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

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

background-color css

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

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

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

border-color css

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

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

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