Html Css Color HEX #B20641 Cardinal

📋 copy color: '#B20641'

red 178 ◦ green 6 ◦ blue 65

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

Shades of Cardinal #B20641

Tints of Cardinal #B20641

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.41%

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

R = 71.49%
G = 2.41%
B = 26.1%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.63

 K value IS 0.30

RGB Variations

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

Color information

#B20641 (or 0xB20641) is known color: Cardinal. HEX triplet: B2, 06 and 41. RGB value is (178,6,65). Sum of RGB (Red+Green+Blue) = 178+6+65=249 (32% of max value = 765). Red value is 178 (69.92% from 255 or 71.49% from 249); Green value is 6 (2.73% from 255 or 2.41% from 249); Blue value is 65 (25.78% from 255 or 26.10% from 249); Max value from RGB is 178 - color contains mainly: red. Hex color #B20641 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B20641 is #4DF9BE. Grayscale: #404040. Windows color (decimal): -5110207 or 4261554. OLE color: 4261554.

HSL color Cylindrical-coordinate representation of color #B20641: hue angle of 339.42º degrees, saturation: 0.93, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B20641 is Cyan = 0, Magento = 0.97, Yellow = 0.63 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 6 65 -
CMYK 0 0.97 0.63 0.30
HSL 339.42º 0.93% 0.36% -
HSV(B) 339.42º 0.97% 0.7% -
XYZ 19.38 9.98 5.91 -
YUV 64.15 128.48 209.2 -
System Red Green Blue C M Y K H S L
Decimal 178 6 65 0 0.97 0.63 0.30 339.42 0.93 0.36
Hex B2 6 41 0 61 3F 1E 153 5D 24
Octal 262 6 101 0 141 77 36 523 135 44
Binary 10110010 110 1000001 0 1100001 111111 11110 101010011 1011101 100100

Color Harmonies of #B20641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20641

Black with #B20641

Text Example


Text Example

White with #B20641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20641; }

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

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

background-color css

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

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

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

border-color css

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

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

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