Html Css Color HEX #B22241 Cardinal

📋 copy color: '#B22241'

red 178 ◦ green 34 ◦ blue 65

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

Shades of Cardinal #B22241

Tints of Cardinal #B22241

RGB

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

 GREEN value IS 34 (13.67% from 255) = 12.27%

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

R = 64.26%
G = 12.27%
B = 23.47%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.63

 K value IS 0.30

RGB Variations

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

Color information

#B22241 (or 0xB22241) is known color: Cardinal. HEX triplet: B2, 22 and 41. RGB value is (178,34,65). Sum of RGB (Red+Green+Blue) = 178+34+65=277 (36% of max value = 765). Red value is 178 (69.92% from 255 or 64.26% from 277); Green value is 34 (13.67% from 255 or 12.27% from 277); Blue value is 65 (25.78% from 255 or 23.47% from 277); Max value from RGB is 178 - color contains mainly: red. Hex color #B22241 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B22241 is #4DDDBE. Grayscale: #505050. Windows color (decimal): -5103039 or 4268722. OLE color: 4268722.

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

Color convert

RGB 178 34 65 -
CMYK 0 0.81 0.63 0.30
HSL 347.08º 0.68% 0.42% -
HSV(B) 347.08º 0.81% 0.7% -
XYZ 19.89 10.99 6.07 -
YUV 80.59 119.21 197.48 -
System Red Green Blue C M Y K H S L
Decimal 178 34 65 0 0.81 0.63 0.30 347.08 0.68 0.42
Hex B2 22 41 0 51 3F 1E 15B 44 2A
Octal 262 42 101 0 121 77 36 533 104 52
Binary 10110010 100010 1000001 0 1010001 111111 11110 101011011 1000100 101010

Color Harmonies of #B22241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B22241

Black with #B22241

Text Example


Text Example

White with #B22241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B22241; }

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

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

background-color css

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

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

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

border-color css

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

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

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