Html Css Color HEX #B3223E Cardinal

📋 copy color: '#B3223E'

red 179 ◦ green 34 ◦ blue 62

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

Shades of Cardinal #B3223E

Tints of Cardinal #B3223E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 22.55%

R = 65.09%
G = 12.36%
B = 22.55%

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

#B3223E (or 0xB3223E) is known color: Cardinal. HEX triplet: B3, 22 and 3E. RGB value is (179,34,62). Sum of RGB (Red+Green+Blue) = 179+34+62=275 (36% of max value = 765). Red value is 179 (70.31% from 255 or 65.09% from 275); Green value is 34 (13.67% from 255 or 12.36% from 275); Blue value is 62 (24.61% from 255 or 22.55% from 275); Max value from RGB is 179 - color contains mainly: red. Hex color #B3223E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B3223E is #4CDDC1. Grayscale: #505050. Windows color (decimal): -5037506 or 4072115. OLE color: 4072115.

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

Color convert

RGB 179 34 62 -
CMYK 0 0.81 0.65 0.30
HSL 348.41º 0.68% 0.42% -
HSV(B) 348.41º 0.81% 0.7% -
XYZ 20.03 11.08 5.64 -
YUV 80.55 117.54 198.22 -
System Red Green Blue C M Y K H S L
Decimal 179 34 62 0 0.81 0.65 0.30 348.41 0.68 0.42
Hex B3 22 3E 0 51 41 1E 15C 44 2A
Octal 263 42 76 0 121 101 36 534 104 52
Binary 10110011 100010 111110 0 1010001 1000001 11110 101011100 1000100 101010

Color Harmonies of #B3223E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3223E

Black with #B3223E

Text Example


Text Example

White with #B3223E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3223E; }

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

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

background-color css

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

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

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

border-color css

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

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

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