Html Css Color HEX #B3223F Cardinal

📋 copy color: '#B3223F'

red 179 ◦ green 34 ◦ blue 63

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

Shades of Cardinal #B3223F

Tints of Cardinal #B3223F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 22.83%

R = 64.86%
G = 12.32%
B = 22.83%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.65

 K value IS 0.30

RGB Variations

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

Color information

#B3223F (or 0xB3223F) is known color: Cardinal. HEX triplet: B3, 22 and 3F. RGB value is (179,34,63). Sum of RGB (Red+Green+Blue) = 179+34+63=276 (36% of max value = 765). Red value is 179 (70.31% from 255 or 64.86% from 276); Green value is 34 (13.67% from 255 or 12.32% from 276); Blue value is 63 (25% from 255 or 22.83% from 276); Max value from RGB is 179 - color contains mainly: red. Hex color #B3223F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B3223F is #4CDDC0. Grayscale: #505050. Windows color (decimal): -5037505 or 4137651. OLE color: 4137651.

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

Color convert

RGB 179 34 63 -
CMYK 0 0.81 0.65 0.30
HSL 348º 0.68% 0.42% -
HSV(B) 348º 0.81% 0.7% -
XYZ 20.06 11.09 5.79 -
YUV 80.66 118.04 198.14 -
System Red Green Blue C M Y K H S L
Decimal 179 34 63 0 0.81 0.65 0.30 348 0.68 0.42
Hex B3 22 3F 0 51 41 1E 15C 44 2A
Octal 263 42 77 0 121 101 36 534 104 52
Binary 10110011 100010 111111 0 1010001 1000001 11110 101011100 1000100 101010

Color Harmonies of #B3223F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3223F

Black with #B3223F

Text Example


Text Example

White with #B3223F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3223F; }

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

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

background-color css

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

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

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

border-color css

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

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

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