Html Css Color HEX #B21141 Cardinal

📋 copy color: '#B21141'

red 178 ◦ green 17 ◦ blue 65

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

Shades of Cardinal #B21141

Tints of Cardinal #B21141

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.54%

 BLUE value IS 65 (25.78% from 255) = 25%

R = 68.46%
G = 6.54%
B = 25%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.63

 K value IS 0.30

RGB Variations

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

Color information

#B21141 (or 0xB21141) is known color: Cardinal. HEX triplet: B2, 11 and 41. RGB value is (178,17,65). Sum of RGB (Red+Green+Blue) = 178+17+65=260 (34% of max value = 765). Red value is 178 (69.92% from 255 or 68.46% from 260); Green value is 17 (7.03% from 255 or 6.54% from 260); Blue value is 65 (25.78% from 255 or 25% from 260); Max value from RGB is 178 - color contains mainly: red. Hex color #B21141 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B21141 is #4DEEBE. Grayscale: #464646. Windows color (decimal): -5107391 or 4264370. OLE color: 4264370.

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

Color convert

RGB 178 17 65 -
CMYK 0 0.90 0.63 0.30
HSL 342.11º 0.83% 0.38% -
HSV(B) 342.11º 0.9% 0.7% -
XYZ 19.51 10.25 5.95 -
YUV 70.61 124.84 204.6 -
System Red Green Blue C M Y K H S L
Decimal 178 17 65 0 0.90 0.63 0.30 342.11 0.83 0.38
Hex B2 11 41 0 5A 3F 1E 156 53 26
Octal 262 21 101 0 132 77 36 526 123 46
Binary 10110010 10001 1000001 0 1011010 111111 11110 101010110 1010011 100110

Color Harmonies of #B21141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B21141

Black with #B21141

Text Example


Text Example

White with #B21141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B21141; }

 p { color: rgb(178,17,65); }

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

background-color css

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

 a { background-color: rgb(178,17,65); }

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

border-color css

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

 span { border-color: rgb(178,17,65); }

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