Html Css Color HEX #B22341 Cardinal

📋 copy color: '#B22341'

red 178 ◦ green 35 ◦ blue 65

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

Shades of Cardinal #B22341

Tints of Cardinal #B22341

RGB

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

 GREEN value IS 35 (14.06% from 255) = 12.59%

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

R = 64.03%
G = 12.59%
B = 23.38%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.63

 K value IS 0.30

RGB Variations

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

Color information

#B22341 (or 0xB22341) is known color: Cardinal. HEX triplet: B2, 23 and 41. RGB value is (178,35,65). Sum of RGB (Red+Green+Blue) = 178+35+65=278 (36% of max value = 765). Red value is 178 (69.92% from 255 or 64.03% from 278); Green value is 35 (14.06% from 255 or 12.59% from 278); Blue value is 65 (25.78% from 255 or 23.38% from 278); Max value from RGB is 178 - color contains mainly: red. Hex color #B22341 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B22341 is #4DDCBE. Grayscale: #515151. Windows color (decimal): -5102783 or 4268978. OLE color: 4268978.

HSL color Cylindrical-coordinate representation of color #B22341: hue angle of 347.41º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B22341 is Cyan = 0, Magento = 0.80, Yellow = 0.63 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 35 65 -
CMYK 0 0.80 0.63 0.30
HSL 347.41º 0.67% 0.42% -
HSV(B) 347.41º 0.8% 0.7% -
XYZ 19.92 11.05 6.08 -
YUV 81.18 118.88 197.06 -
System Red Green Blue C M Y K H S L
Decimal 178 35 65 0 0.80 0.63 0.30 347.41 0.67 0.42
Hex B2 23 41 0 50 3F 1E 15B 43 2A
Octal 262 43 101 0 120 77 36 533 103 52
Binary 10110010 100011 1000001 0 1010000 111111 11110 101011011 1000011 101010

Color Harmonies of #B22341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B22341

Black with #B22341

Text Example


Text Example

White with #B22341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B22341; }

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

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

background-color css

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

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

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

border-color css

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

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

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