Html Css Color HEX #B21234 Cardinal

📋 copy color: '#B21234'

red 178 ◦ green 18 ◦ blue 52

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

Shades of Cardinal #B21234

Tints of Cardinal #B21234

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 20.97%

R = 71.77%
G = 7.26%
B = 20.97%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.71

 K value IS 0.30

RGB Variations

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

Color information

#B21234 (or 0xB21234) is known color: Cardinal. HEX triplet: B2, 12 and 34. RGB value is (178,18,52). Sum of RGB (Red+Green+Blue) = 178+18+52=248 (32% of max value = 765). Red value is 178 (69.92% from 255 or 71.77% from 248); Green value is 18 (7.42% from 255 or 7.26% from 248); Blue value is 52 (20.70% from 255 or 20.97% from 248); Max value from RGB is 178 - color contains mainly: red. Hex color #B21234 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B21234 is #4DEDCB. Grayscale: #454545. Windows color (decimal): -5107148 or 3412658. OLE color: 3412658.

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

Color convert

RGB 178 18 52 -
CMYK 0 0.90 0.71 0.30
HSL 347.25º 0.82% 0.38% -
HSV(B) 347.25º 0.9% 0.7% -
XYZ 19.2 10.15 4.2 -
YUV 69.72 118.01 205.24 -
System Red Green Blue C M Y K H S L
Decimal 178 18 52 0 0.90 0.71 0.30 347.25 0.82 0.38
Hex B2 12 34 0 5A 47 1E 15B 52 26
Octal 262 22 64 0 132 107 36 533 122 46
Binary 10110010 10010 110100 0 1011010 1000111 11110 101011011 1010010 100110

Color Harmonies of #B21234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B21234

Black with #B21234

Text Example


Text Example

White with #B21234

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B21234; }

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

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

background-color css

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

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

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

border-color css

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

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

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