Html Css Color HEX #B2123A Cardinal

📋 copy color: '#B2123A'

red 178 ◦ green 18 ◦ blue 58

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

Shades of Cardinal #B2123A

Tints of Cardinal #B2123A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 22.83%

R = 70.08%
G = 7.09%
B = 22.83%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.67

 K value IS 0.30

RGB Variations

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

Color information

#B2123A (or 0xB2123A) is known color: Cardinal. HEX triplet: B2, 12 and 3A. RGB value is (178,18,58). Sum of RGB (Red+Green+Blue) = 178+18+58=254 (33% of max value = 765). Red value is 178 (69.92% from 255 or 70.08% from 254); Green value is 18 (7.42% from 255 or 7.09% from 254); Blue value is 58 (23.05% from 255 or 22.83% from 254); Max value from RGB is 178 - color contains mainly: red. Hex color #B2123A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B2123A is #4DEDC5. Grayscale: #464646. Windows color (decimal): -5107142 or 3805874. OLE color: 3805874.

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

Color convert

RGB 178 18 58 -
CMYK 0 0.90 0.67 0.30
HSL 345º 0.82% 0.38% -
HSV(B) 345º 0.9% 0.7% -
XYZ 19.34 10.2 4.95 -
YUV 70.4 121.01 204.75 -
System Red Green Blue C M Y K H S L
Decimal 178 18 58 0 0.90 0.67 0.30 345 0.82 0.38
Hex B2 12 3A 0 5A 43 1E 159 52 26
Octal 262 22 72 0 132 103 36 531 122 46
Binary 10110010 10010 111010 0 1011010 1000011 11110 101011001 1010010 100110

Color Harmonies of #B2123A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2123A

Black with #B2123A

Text Example


Text Example

White with #B2123A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2123A; }

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

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

background-color css

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

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

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

border-color css

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

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

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