Html Css Color HEX #B3213C Cardinal

📋 copy color: '#B3213C'

red 179 ◦ green 33 ◦ blue 60

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

Shades of Cardinal #B3213C

Tints of Cardinal #B3213C

RGB

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

 GREEN value IS 33 (13.28% from 255) = 12.13%

 BLUE value IS 60 (23.83% from 255) = 22.06%

R = 65.81%
G = 12.13%
B = 22.06%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.66

 K value IS 0.30

RGB Variations

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

Color information

#B3213C (or 0xB3213C) is known color: Cardinal. HEX triplet: B3, 21 and 3C. RGB value is (179,33,60). Sum of RGB (Red+Green+Blue) = 179+33+60=272 (36% of max value = 765). Red value is 179 (70.31% from 255 or 65.81% from 272); Green value is 33 (13.28% from 255 or 12.13% from 272); Blue value is 60 (23.83% from 255 or 22.06% from 272); Max value from RGB is 179 - color contains mainly: red. Hex color #B3213C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B3213C is #4CDEC3. Grayscale: #4F4F4F. Windows color (decimal): -5037764 or 3940787. OLE color: 3940787.

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

Color convert

RGB 179 33 60 -
CMYK 0 0.82 0.66 0.30
HSL 348.9º 0.69% 0.42% -
HSV(B) 348.9º 0.82% 0.7% -
XYZ 19.95 11 5.35 -
YUV 79.73 116.87 198.8 -
System Red Green Blue C M Y K H S L
Decimal 179 33 60 0 0.82 0.66 0.30 348.9 0.69 0.42
Hex B3 21 3C 0 52 42 1E 15D 45 2A
Octal 263 41 74 0 122 102 36 535 105 52
Binary 10110011 100001 111100 0 1010010 1000010 11110 101011101 1000101 101010

Color Harmonies of #B3213C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3213C

Black with #B3213C

Text Example


Text Example

White with #B3213C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3213C; }

 p { color: rgb(179,33,60); }

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

background-color css

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

 a { background-color: rgb(179,33,60); }

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

border-color css

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

 span { border-color: rgb(179,33,60); }

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