Html Css Color HEX #B2222F Cardinal

📋 copy color: '#B2222F'

red 178 ◦ green 34 ◦ blue 47

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

Shades of Cardinal #B2222F

Tints of Cardinal #B2222F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 18.15%

R = 68.73%
G = 13.13%
B = 18.15%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.74

 K value IS 0.30

RGB Variations

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

Color information

#B2222F (or 0xB2222F) is known color: Cardinal. HEX triplet: B2, 22 and 2F. RGB value is (178,34,47). Sum of RGB (Red+Green+Blue) = 178+34+47=259 (34% of max value = 765). Red value is 178 (69.92% from 255 or 68.73% from 259); Green value is 34 (13.67% from 255 or 13.13% from 259); Blue value is 47 (18.75% from 255 or 18.15% from 259); Max value from RGB is 178 - color contains mainly: red. Hex color #B2222F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B2222F is #4DDDD0. Grayscale: #4E4E4E. Windows color (decimal): -5103057 or 3089074. OLE color: 3089074.

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

Color convert

RGB 178 34 47 -
CMYK 0 0.81 0.74 0.30
HSL 354.58º 0.68% 0.42% -
HSV(B) 354.58º 0.81% 0.7% -
XYZ 19.45 10.81 3.75 -
YUV 78.54 110.21 198.94 -
System Red Green Blue C M Y K H S L
Decimal 178 34 47 0 0.81 0.74 0.30 354.58 0.68 0.42
Hex B2 22 2F 0 51 4A 1E 163 44 2A
Octal 262 42 57 0 121 112 36 543 104 52
Binary 10110010 100010 101111 0 1010001 1001010 11110 101100011 1000100 101010

Color Harmonies of #B2222F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2222F

Black with #B2222F

Text Example


Text Example

White with #B2222F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2222F; }

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

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

background-color css

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

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

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

border-color css

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

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

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