Html Css Color HEX #B21B39 Cardinal

📋 copy color: '#B21B39'

red 178 ◦ green 27 ◦ blue 57

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

Shades of Cardinal #B21B39

Tints of Cardinal #B21B39

RGB

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

 GREEN value IS 27 (10.94% from 255) = 10.31%

 BLUE value IS 57 (22.66% from 255) = 21.76%

R = 67.94%
G = 10.31%
B = 21.76%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.68

 K value IS 0.30

RGB Variations

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

Color information

#B21B39 (or 0xB21B39) is known color: Cardinal. HEX triplet: B2, 1B and 39. RGB value is (178,27,57). Sum of RGB (Red+Green+Blue) = 178+27+57=262 (34% of max value = 765). Red value is 178 (69.92% from 255 or 67.94% from 262); Green value is 27 (10.94% from 255 or 10.31% from 262); Blue value is 57 (22.66% from 255 or 21.76% from 262); Max value from RGB is 178 - color contains mainly: red. Hex color #B21B39 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B21B39 is #4DE4C6. Grayscale: #4B4B4B. Windows color (decimal): -5104839 or 3742642. OLE color: 3742642.

HSL color Cylindrical-coordinate representation of color #B21B39: hue angle of 348.08º degrees, saturation: 0.74, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B21B39 is Cyan = 0, Magento = 0.85, Yellow = 0.68 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 27 57 -
CMYK 0 0.85 0.68 0.30
HSL 348.08º 0.74% 0.4% -
HSV(B) 348.08º 0.85% 0.7% -
XYZ 19.49 10.54 4.88 -
YUV 75.57 117.53 201.06 -
System Red Green Blue C M Y K H S L
Decimal 178 27 57 0 0.85 0.68 0.30 348.08 0.74 0.4
Hex B2 1B 39 0 55 44 1E 15C 4A 28
Octal 262 33 71 0 125 104 36 534 112 50
Binary 10110010 11011 111001 0 1010101 1000100 11110 101011100 1001010 101000

Color Harmonies of #B21B39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B21B39

Black with #B21B39

Text Example


Text Example

White with #B21B39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B21B39; }

 p { color: rgb(178,27,57); }

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

background-color css

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

 a { background-color: rgb(178,27,57); }

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

border-color css

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

 span { border-color: rgb(178,27,57); }

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