Html Css Color HEX #B2123B Cardinal

📋 copy color: '#B2123B'

red 178 ◦ green 18 ◦ blue 59

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

Shades of Cardinal #B2123B

Tints of Cardinal #B2123B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 23.14%

R = 69.8%
G = 7.06%
B = 23.14%

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

#B2123B (or 0xB2123B) is known color: Cardinal. HEX triplet: B2, 12 and 3B. RGB value is (178,18,59). Sum of RGB (Red+Green+Blue) = 178+18+59=255 (33% of max value = 765). Red value is 178 (69.92% from 255 or 69.80% from 255); Green value is 18 (7.42% from 255 or 7.06% from 255); Blue value is 59 (23.44% from 255 or 23.14% from 255); Max value from RGB is 178 - color contains mainly: red. Hex color #B2123B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B2123B is #4DEDC4. Grayscale: #464646. Windows color (decimal): -5107141 or 3871410. OLE color: 3871410.

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

Color convert

RGB 178 18 59 -
CMYK 0 0.90 0.67 0.30
HSL 344.63º 0.82% 0.38% -
HSV(B) 344.63º 0.9% 0.7% -
XYZ 19.37 10.21 5.09 -
YUV 70.51 121.51 204.67 -
System Red Green Blue C M Y K H S L
Decimal 178 18 59 0 0.90 0.67 0.30 344.63 0.82 0.38
Hex B2 12 3B 0 5A 43 1E 159 52 26
Octal 262 22 73 0 132 103 36 531 122 46
Binary 10110010 10010 111011 0 1011010 1000011 11110 101011001 1010010 100110

Color Harmonies of #B2123B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2123B

Black with #B2123B

Text Example


Text Example

White with #B2123B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2123B; }

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

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

background-color css

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

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

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

border-color css

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

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

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