Html Css Color HEX #B22340 Cardinal

📋 copy color: '#B22340'

red 178 ◦ green 35 ◦ blue 64

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

Shades of Cardinal #B22340

Tints of Cardinal #B22340

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 23.1%

R = 64.26%
G = 12.64%
B = 23.1%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.64

 K value IS 0.30

RGB Variations

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

Color information

#B22340 (or 0xB22340) is known color: Cardinal. HEX triplet: B2, 23 and 40. RGB value is (178,35,64). Sum of RGB (Red+Green+Blue) = 178+35+64=277 (36% of max value = 765). Red value is 178 (69.92% from 255 or 64.26% from 277); Green value is 35 (14.06% from 255 or 12.64% from 277); Blue value is 64 (25.39% from 255 or 23.10% from 277); Max value from RGB is 178 - color contains mainly: red. Hex color #B22340 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B22340 is #4DDCBF. Grayscale: #515151. Windows color (decimal): -5102784 or 4203442. OLE color: 4203442.

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

Color convert

RGB 178 35 64 -
CMYK 0 0.80 0.64 0.30
HSL 347.83º 0.67% 0.42% -
HSV(B) 347.83º 0.8% 0.7% -
XYZ 19.89 11.04 5.93 -
YUV 81.06 118.38 197.14 -
System Red Green Blue C M Y K H S L
Decimal 178 35 64 0 0.80 0.64 0.30 347.83 0.67 0.42
Hex B2 23 40 0 50 40 1E 15C 43 2A
Octal 262 43 100 0 120 100 36 534 103 52
Binary 10110010 100011 1000000 0 1010000 1000000 11110 101011100 1000011 101010

Color Harmonies of #B22340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B22340

Black with #B22340

Text Example


Text Example

White with #B22340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B22340; }

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

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

background-color css

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

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

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

border-color css

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

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

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