Html Css Color HEX #B21345 Cardinal

📋 copy color: '#B21345'

red 178 ◦ green 19 ◦ blue 69

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

Shades of Cardinal #B21345

Tints of Cardinal #B21345

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.14%

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

R = 66.92%
G = 7.14%
B = 25.94%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.61

 K value IS 0.30

RGB Variations

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

Color information

#B21345 (or 0xB21345) is known color: Cardinal. HEX triplet: B2, 13 and 45. RGB value is (178,19,69). Sum of RGB (Red+Green+Blue) = 178+19+69=266 (35% of max value = 765). Red value is 178 (69.92% from 255 or 66.92% from 266); Green value is 19 (7.81% from 255 or 7.14% from 266); Blue value is 69 (27.34% from 255 or 25.94% from 266); Max value from RGB is 178 - color contains mainly: red. Hex color #B21345 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B21345 is #4DECBA. Grayscale: #484848. Windows color (decimal): -5106875 or 4527026. OLE color: 4527026.

HSL color Cylindrical-coordinate representation of color #B21345: hue angle of 341.13º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B21345 is Cyan = 0, Magento = 0.89, Yellow = 0.61 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 19 69 -
CMYK 0 0.89 0.61 0.30
HSL 341.13º 0.81% 0.39% -
HSV(B) 341.13º 0.89% 0.7% -
XYZ 19.67 10.36 6.59 -
YUV 72.24 126.18 203.43 -
System Red Green Blue C M Y K H S L
Decimal 178 19 69 0 0.89 0.61 0.30 341.13 0.81 0.39
Hex B2 13 45 0 59 3D 1E 155 51 27
Octal 262 23 105 0 131 75 36 525 121 47
Binary 10110010 10011 1000101 0 1011001 111101 11110 101010101 1010001 100111

Color Harmonies of #B21345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B21345

Black with #B21345

Text Example


Text Example

White with #B21345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B21345; }

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

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

background-color css

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

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

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

border-color css

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

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

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