Html Css Color HEX #B3222F Cardinal

📋 copy color: '#B3222F'

red 179 ◦ green 34 ◦ blue 47

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

Shades of Cardinal #B3222F

Tints of Cardinal #B3222F

RGB

 RED value IS 179 (70.31% from 255) = 68.85%

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

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

R = 68.85%
G = 13.08%
B = 18.08%

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

#B3222F (or 0xB3222F) is known color: Cardinal. HEX triplet: B3, 22 and 2F. RGB value is (179,34,47). Sum of RGB (Red+Green+Blue) = 179+34+47=260 (34% of max value = 765). Red value is 179 (70.31% from 255 or 68.85% from 260); Green value is 34 (13.67% from 255 or 13.08% from 260); Blue value is 47 (18.75% from 255 or 18.08% from 260); Max value from RGB is 179 - color contains mainly: red. Hex color #B3222F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B3222F is #4CDDD0. Grayscale: #4E4E4E. Windows color (decimal): -5037521 or 3089075. OLE color: 3089075.

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

Color convert

RGB 179 34 47 -
CMYK 0 0.81 0.74 0.30
HSL 354.62º 0.68% 0.42% -
HSV(B) 354.62º 0.81% 0.7% -
XYZ 19.68 10.93 3.76 -
YUV 78.84 110.04 199.44 -
System Red Green Blue C M Y K H S L
Decimal 179 34 47 0 0.81 0.74 0.30 354.62 0.68 0.42
Hex B3 22 2F 0 51 4A 1E 163 44 2A
Octal 263 42 57 0 121 112 36 543 104 52
Binary 10110011 100010 101111 0 1010001 1001010 11110 101100011 1000100 101010

Color Harmonies of #B3222F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3222F

Black with #B3222F

Text Example


Text Example

White with #B3222F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3222F; }

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

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

background-color css

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

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

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

border-color css

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

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

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