Html Css Color HEX #B2123F Cardinal

📋 copy color: '#B2123F'

red 178 ◦ green 18 ◦ blue 63

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

Shades of Cardinal #B2123F

Tints of Cardinal #B2123F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 24.32%

R = 68.73%
G = 6.95%
B = 24.32%

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

#B2123F (or 0xB2123F) is known color: Cardinal. HEX triplet: B2, 12 and 3F. RGB value is (178,18,63). Sum of RGB (Red+Green+Blue) = 178+18+63=259 (34% of max value = 765). Red value is 178 (69.92% from 255 or 68.73% from 259); Green value is 18 (7.42% from 255 or 6.95% from 259); Blue value is 63 (25% from 255 or 24.32% from 259); Max value from RGB is 178 - color contains mainly: red. Hex color #B2123F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B2123F is #4DEDC0. Grayscale: #464646. Windows color (decimal): -5107137 or 4133554. OLE color: 4133554.

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

Color convert

RGB 178 18 63 -
CMYK 0 0.90 0.65 0.30
HSL 343.13º 0.82% 0.38% -
HSV(B) 343.13º 0.9% 0.7% -
XYZ 19.47 10.26 5.66 -
YUV 70.97 123.51 204.34 -
System Red Green Blue C M Y K H S L
Decimal 178 18 63 0 0.90 0.65 0.30 343.13 0.82 0.38
Hex B2 12 3F 0 5A 41 1E 157 52 26
Octal 262 22 77 0 132 101 36 527 122 46
Binary 10110010 10010 111111 0 1011010 1000001 11110 101010111 1010010 100110

Color Harmonies of #B2123F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2123F

Black with #B2123F

Text Example


Text Example

White with #B2123F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2123F; }

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

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

background-color css

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

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

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

border-color css

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

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

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