Html Css Color HEX #B21145 Cardinal

📋 copy color: '#B21145'

red 178 ◦ green 17 ◦ blue 69

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

Shades of Cardinal #B21145

Tints of Cardinal #B21145

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 26.14%

R = 67.42%
G = 6.44%
B = 26.14%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.61

 K value IS 0.30

RGB Variations

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

Color information

#B21145 (or 0xB21145) is known color: Cardinal. HEX triplet: B2, 11 and 45. RGB value is (178,17,69). Sum of RGB (Red+Green+Blue) = 178+17+69=264 (34% of max value = 765). Red value is 178 (69.92% from 255 or 67.42% from 264); Green value is 17 (7.03% from 255 or 6.44% from 264); Blue value is 69 (27.34% from 255 or 26.14% from 264); Max value from RGB is 178 - color contains mainly: red. Hex color #B21145 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B21145 is #4DEEBA. Grayscale: #474747. Windows color (decimal): -5107387 or 4526514. OLE color: 4526514.

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

Color convert

RGB 178 17 69 -
CMYK 0 0.90 0.61 0.30
HSL 340.62º 0.83% 0.38% -
HSV(B) 340.62º 0.9% 0.7% -
XYZ 19.63 10.3 6.58 -
YUV 71.07 126.84 204.27 -
System Red Green Blue C M Y K H S L
Decimal 178 17 69 0 0.90 0.61 0.30 340.62 0.83 0.38
Hex B2 11 45 0 5A 3D 1E 155 53 26
Octal 262 21 105 0 132 75 36 525 123 46
Binary 10110010 10001 1000101 0 1011010 111101 11110 101010101 1010011 100110

Color Harmonies of #B21145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B21145

Black with #B21145

Text Example


Text Example

White with #B21145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B21145; }

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

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

background-color css

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

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

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

border-color css

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

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

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